0.0.0 • Published 4 years ago

react-builder-cli v0.0.0

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

react-builder-cli

toolkit to develop a react project

oclif Version Downloads/week License

Usage

$ npm install -g react-builder-cli
$ react COMMAND
running command...
$ react (-v|--version|version)
react-builder-cli/0.0.0 darwin-x64 node-v14.4.0
$ react --help [COMMAND]
USAGE
  $ react COMMAND
...

Commands

react generate

Describe the command here

USAGE
  $ react generate

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/generate.js

react hello

Describe the command here

USAGE
  $ react hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

react help [COMMAND]

display help for react

USAGE
  $ react help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

react new NAME

USAGE
  $ react new NAME

ARGUMENTS
  NAME  Name of the react app

OPTIONS
  --[no-]redux  disable redux store creation if you don't need with --no-redux flag
  --[no-]test   disable test folder creation if you don't need with --no-test flag

ALIASES
  $ react n

See code: src/commands/new.js