README.md
README
What is this repository for?
Yeoman generator. Scaffold for react projects that aims to cover base everyday needs. Includes a little bit of options for state management, routing and etc.
Contains templates for:
- Typescript (only configs)
- Bundlers:
- Parcel
- Webpack
- Client-side routing
- React-router
- State management
- MobX
- Unit-tests
- Jest with RTL (only configs)
- Tools for development
- Reactotron
- json-server
How to install
npm install -g generator-reboiler
How to use
To scaffold project run:
yo reboiler
To scaffold page component run:
yo reboi9ler:page ${pagename}
To scaffold usual component common for some pages run:
yo reboiler:component --common ${componentName}
To scaffold usual component for page run:
yo reboiler:component ${componentName}
Конвейеры
0 успешных
0 с ошибкой