Skip to content

DucaturFw/eosic

Repository files navigation

eosic

Unofficial toolset to operate with EOSIO platform

oclif Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g eosic
$ eosic COMMAND
running command...
$ eosic (-v|--version|version)
eosic/0.0.2 darwin-x64 node-v9.8.0
$ eosic --help [COMMAND]
USAGE
  $ eosic COMMAND
...

Commands

eosic compile

USAGE
  $ eosic compile

OPTIONS
  -c, --cwd=cwd  [default: /Users/aler/crypto/ducatur/exchange/packages/eosic] custom work directory (default is current
                 directory)

  -f, --force

  -h, --help     show CLI help

  -q, --quiet    runs in quiet (non-interactive) mode

  -v, --verbose

See code: lib/commands/compile.js

eosic contract NAME

create new contract

USAGE
  $ eosic contract NAME

ARGUMENTS
  NAME  Name of generated contract

OPTIONS
  -b, --withBuiltin

  -c, --cwd=cwd                  [default: /Users/aler/crypto/ducatur/exchange/packages/eosic] custom work directory
                                 (default is current directory)

  -d, --description=description

  -f, --force

  -h, --help                     show CLI help

  -q, --quiet                    runs in quiet (non-interactive) mode

  -v, --verbose

See code: lib/commands/contract.js

eosic help [COMMAND]

display help for eosic

USAGE
  $ eosic help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

eosic init

Initialize EOSIC project

USAGE
  $ eosic init

OPTIONS
  -b, --withBuiltin

  -c, --cwd=cwd                  [default: /Users/aler/crypto/ducatur/exchange/packages/eosic] custom work directory
                                 (default is current directory)

  -d, --description=description

  -f, --force

  -h, --help                     show CLI help

  -q, --quiet                    runs in quiet (non-interactive) mode

  -v, --verbose

See code: lib/commands/init.js

eosic internal:base-command

USAGE
  $ eosic internal:base-command

OPTIONS
  -c, --cwd=cwd  [default: /Users/aler/crypto/ducatur/exchange/packages/eosic] custom work directory (default is current
                 directory)

  -f, --force

  -h, --help     show CLI help

  -q, --quiet    runs in quiet (non-interactive) mode

  -v, --verbose

See code: lib/commands/internal/base-command.js

eosic internal:generator-command

USAGE
  $ eosic internal:generator-command

OPTIONS
  -c, --cwd=cwd  [default: /Users/aler/crypto/ducatur/exchange/packages/eosic] custom work directory (default is current
                 directory)

  -f, --force

  -h, --help     show CLI help

  -q, --quiet    runs in quiet (non-interactive) mode

  -v, --verbose

See code: lib/commands/internal/generator-command.js

eosic start

USAGE
  $ eosic start

OPTIONS
  -c, --cwd=cwd  [default: /Users/aler/crypto/ducatur/exchange/packages/eosic] custom work directory (default is current
                 directory)

  -f, --force

  -h, --help     show CLI help

  -q, --quiet    runs in quiet (non-interactive) mode

  -v, --verbose

See code: lib/commands/start.js

eosic test

USAGE
  $ eosic test

OPTIONS
  -c, --cwd=cwd  [default: /Users/aler/crypto/ducatur/exchange/packages/eosic] custom work directory (default is current
                 directory)

  -f, --force

  -h, --help     show CLI help

  -q, --quiet    runs in quiet (non-interactive) mode

  -v, --verbose

See code: lib/commands/test.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published