@muhammad-saleet/react-native-template-cli
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

@muhammad-saleet/react-native-template-cli

A tool for generating components, screens, navigators and other react native stuff

oclif Version Downloads/week License

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 ...

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

Package Sidebar

Install

npm i @muhammad-saleet/react-native-template-cli

Weekly Downloads

2

Version

0.2.2

License

MIT

Unpacked Size

16.4 kB

Total Files

17

Last publish

Collaborators

  • muhammad-saleet