0.1.3 • Published 5 years ago

react-cmder v0.1.3

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

React Cmder

React cli tool for create new project with template, mostly inspired by @vue/cli This tool use create-react-app under the hood, so basically it support everything create-react-app support, plus:

  • Create redux template with redux-saga and redux-thunk middlewares
  • Create react router template
  • Support strictly eslint rules
  • Support bundle size analyze

Installation

npm install -g react-cmder

or

yarn global add react-cmder

then

react-cmder <project-name>