Unofficial toolset to operate with EOSIO platform
$ 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
...
eosic compile
eosic contract NAME
eosic help [COMMAND]
eosic init
eosic internal:base-command
eosic internal:generator-command
eosic start
eosic test
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
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
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
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
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
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
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
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