@muhammad-saleet/react-native-template-cli
v0.2.2
Published
A tool for generating components, screens, navigators and other react native elements
Downloads
3
Maintainers
Readme
@muhammad-saleet/react-native-template-cli
A tool for generating components, screens, navigators and other react native stuff
Usage
$ npm install -g @muhammad-saleet/react-native-template-cli
$ rnt COMMAND
running command...
$ rnt (-v|--version|version)
@muhammad-saleet/react-native-template-cli/0.2.2 linux-x64 node-v15.2.1
$ rnt --help [COMMAND]
USAGE
$ rnt COMMAND
...
Commands
rnt generate:component FirstComponent SecondComponent ...
rnt generate:screen FirstScreen SecondSecond ...
rnt help [COMMAND]
rnt generate:component FirstComponent SecondComponent ...
Generates a component
USAGE
$ rnt generate:component FirstComponent SecondComponent ...
OPTIONS
-h, --help show CLI help
See code: src/commands/generate/component.ts
rnt generate:screen FirstScreen SecondSecond ...
Generates a screen
USAGE
$ rnt generate:screen FirstScreen SecondSecond ...
OPTIONS
-h, --help show CLI help
See code: src/commands/generate/screen.ts
rnt help [COMMAND]
display help for rnt
USAGE
$ rnt help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help