Reactor cli is a development tool to quickly generate react components for your project.
- clone the repo.
npm install reactor-thealphakarp -g
This wil provide you with a linked "reactor command".
Reactor will always generate the components folder in the current working directory. To use reactor simply use the following command.
rg
Generate Typescript and Javascript templates for components, pages, services and styles.
Any contributions are welcome, this is my first time making a project like this and any help/advice is highly appreciated.