npm.io
1.1.1 • Published 8 years agoCLI

react-generator-cli

Licence
MIT
Version
1.1.1
Deps
4
Size
6 kB
Vulns
0
Weekly
0
Stars
4

React Generator Cli

Installation

Npm

npm install react-generator-cli -g
Yarn
yarn global add react-generator-cli

Usage

Just for generating a stage for react project, you can use following:

rgc <projectName>

And you can type following commands:

Npm
cd <projectName> && npm install
Yarn
cd <projectName> && yarn install