react-cmder
v0.1.3
Published
CLI for creating react template
Downloads
3
Readme
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>