A CLI tool to make ReactNative app development easier and faster!
$ npm install -g react-native-assistant
$ rna COMMAND
running command...
$ rna (-v|--version|version)
react-native-assistant/0.0.1 darwin-x64 node-v10.16.3
$ rna --help [COMMAND]
USAGE
$ rna COMMAND
...
Describe the command here
USAGE
$ rna hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/hello.js
display help for rna
USAGE
$ rna help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help