0.1.3 • Published 7 years ago

react-template-cli v0.1.3

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

#react-cli

A simple CLI for scaffolding react projects

##INSTALL

// global
npm install -g react-template-cli

// local
npm install --save react-template-cli

##USAGE

// init
react init [githubowner/name#branch] [project_name]
// such
react init fengyun2/react-redux-shop#dev react-first-demo