Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 1.68 KB

README.md

File metadata and controls

71 lines (56 loc) · 1.68 KB

react-native-assistant

A CLI tool to make ReactNative app development easier and faster!

oclif Version Downloads/week License

Usage

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

Commands

rna hello

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

rna help [COMMAND]

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