1.0.1 • Published 7 years ago

react-stage-cli v1.0.1

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

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-init <projectName>

And you can type following commands:

Npm

cd <projectName> && npm install

Yarn

cd <projectName> && yarn install
1.0.1

7 years ago