react-builder-cli

0.0.0 • Public • Published

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 NAME

Describe the command here

USAGE
  $ react generate NAME

ARGUMENTS
  NAME  Name of the react app

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

DESCRIPTION
  ...
  Extra documentation goes here

ALIASES
  $ react g

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

Readme

Keywords

Package Sidebar

Install

npm i react-builder-cli

Weekly Downloads

1

Version

0.0.0

License

MIT

Unpacked Size

7.24 kB

Total Files

9

Last publish

Collaborators

  • alexombre