Releases: riahimedyassin/react-component-generator
Releases · riahimedyassin/react-component-generator
V2.2.0
v2.0.1
V 2.1.0
This version is still under development . It may hold multiple bugs , I'll be working on improving it .
I had recently changed to CLI global command to rg instead of react.
I had also added Less as a style sheet option.
Previous Version :
react FolderName -ts -scss
This Approach wasn't really fast enough and it any typing error may cause you an unexcepted error behavior
Latest Version :
rg FolderName -ts -scss
This approach is very efficient in terms of time saving.
It is more of inspiration from the ng command line tool from Angular .
Yet , issues to be solved but You could use it Safely in your projects.