rover-it
v0.0.2
Published
An Open Source dApp generation tool for Ethereum Smart Contracts
Downloads
4
Readme
rover-it
An Open Source dApp generation tool for Ethereum Smart Contracts
Usage
$ npm install -g rover-it
$ rover COMMAND
running command...
$ rover (-v|--version|version)
rover-it/0.0.0 darwin-x64 node-v8.12.0
$ rover --help [COMMAND]
USAGE
$ rover COMMAND
...
Commands
rover hello [FILE]
describe the command here
USAGE
$ rover hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ rover hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
rover help [COMMAND]
display help for rover
USAGE
$ rover help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help