Skip to content

Releases: riahimedyassin/react-component-generator

V2.2.0

04 Sep 09:49

Choose a tag to compare

Just refactored the code to typescript.

v2.0.1

23 Dec 02:23

Choose a tag to compare

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.