1.0.2 • Published 4 years ago

rncp v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@plusuno/rn-cli-plus

Extra commands for react-native

oclif

Downloads/week License

Usage

$ npm install -g rncp
$ rncp COMMAND
running command...
$ rncp (-v|--version|version)
rncp/1.0.0 darwin-x64 node-v12.13.0
$ rncp --help [COMMAND]
USAGE
  $ rncp COMMAND
...

Commands

rncp autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ rncp autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ rncp autocomplete
  $ rncp autocomplete bash
  $ rncp autocomplete zsh
  $ rncp autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

rncp gen [FILE]

generate templates

USAGE
  $ rncp gen [FILE]

OPTIONS
  -f, --force  overwrite existing files
  -h, --help   show CLI help

ALIASES
  $ rncp generate
  $ rncp g

EXAMPLES
  $ rncp gen
  $ rncp gen -f

See code: lib/commands/gen.js

rncp help [COMMAND]

display help for rncp

USAGE
  $ rncp help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

rncp init [PATH]

initialize config file

USAGE
  $ rncp init [PATH]

OPTIONS
  -f, --force  overwrite existing files
  -h, --help   show CLI help
  --ci         name to print

EXAMPLE
  $ rncp init

See code: lib/commands/init.js