A command line tool for creating React boilerplate in TypeScript.
- Install the package globally
npm install rtcli -g
- CD to your local project
- Create a component at src/components/MyComponent
rtcli c MyComponent
- Create a component at src/pages/Home/Home
rtcli c Home pages/Home
This project creates boilerplate code using
- CSS
- react-css-modules
- Unit Testing
- mocha
- chai
- enzyme
- Add in further functionality for generating pages
- Add in further functionality for generating a redux boilerplate workflow