Ready, Steady, Go!!!
A CLI for reducing environment configuration during devloping!
As we all know that there are a lot of CLIs, including each official CLI.
- Yeah, leaning. There are a lot of details which helps me review what I have got during do this repo.
- Speed project initialization, instead of copy files from other own project.
- Hope this repo can give you some sign for your own CLI tools
If you use this, I'll say Thanks, But I highly recommend you do your own CLI Just working in progress, now supports simple React Apps.
Highly recommend you using
create-react-app
- Webpack
- Style preprocess (such as
sass
,less
) - Developing with TypeScript
- Linters (such as
eslint
,stylelint
,tslint
) - PostCSS with autoprefixer plugin by default
npm i rsg -g
rsg my-project
# Then it will generate project according to your answers during its prompts
- Webpack prod config
- Unit Test
- E2E
- Data flow
MIT