grcf
v0.2.2
Published
Generate a react component with CLI
Downloads
233
Readme
grcf
An CLI generator for ReactJS components.
Install
Run
npm install -g grcf
You may need to sudo
it.
Generate Component
Run
grcf <ComponentName>
This will create a folder of your component name, and a Component js file with the same name.
Enjoy and feel free to share your suggestion!