rtcli
v0.0.4
Published
React Typescript Command Line Interface: A command line tool for creating React boilerplate in TypeScript
Downloads
3
Maintainers
Readme
React TypeScript Command Line Interface
A command line tool for creating React boilerplate in TypeScript.
Usage
- 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
Dependencies
This project creates boilerplate code using
- CSS
- react-css-modules
- Unit Testing
- mocha
- chai
- enzyme
TODO
- Add in further functionality for generating pages
- Add in further functionality for generating a redux boilerplate workflow