README
its my own cli tool for the generation of react component
Instalations
npm i -g genereact
- run
genereact component <name-component...>
in your project
Several Components
The command component
permit add several component separated for spaces.
For component names with more than one word use the character -
.
genereact component example more-example
Options
Path
specifies the path where the created component will be stored
genereact component <name...> --path ./path/to/component
the default path is ./src/components
License
The license here: MIT