rdev
v0.0.2
Published
React project helper
Downloads
11
Readme
rdev
React project helper
Usage
$ npm install -g rdev
$ rdev COMMAND
running command...
$ rdev (-v|--version|version)
rdev/0.0.2 linux-x64 node-v10.15.2
$ rdev --help [COMMAND]
USAGE
$ rdev COMMAND
...
Commands
rdev hello [FILE]
describe the command here
USAGE
$ rdev hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ picli hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
rdev help [COMMAND]
display help for rdev
USAGE
$ rdev help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
rdev init
Initialize the picli tools inside the project
USAGE
$ rdev init
See code: src/commands/init.ts