0.0.0 • Published 5 years ago
reactness v0.0.0
reactness
A CLI tool to create and manage a react project.
Usage
$ npm install -g reactness
$ reactness COMMAND
running command...
$ reactness (-v|--version|version)
reactness/0.0.0 win32-x64 node-v10.16.0
$ reactness --help [COMMAND]
USAGE
$ reactness COMMAND
...
Commands
reactness hello [FILE]
describe the command here
USAGE
$ reactness hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ reactness hello
hello world from ./src/hello.ts!
See code: src\commands\hello.ts
reactness help [COMMAND]
display help for reactness
USAGE
$ reactness help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
0.0.0
5 years ago