Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 507 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 507 Bytes

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>