go-react
v0.0.1
Published
goman react generator
Downloads
4
Readme
G React Generator
npm install -g go-react
CLI Usage
Args
c
- component namet
- component type. Valid types are:component
,pure
,container
(defaults tocomponent
)d
- component's base directory
g react -c Button -t pure -d ./src
This will generate a Button
pure component in the currect working directory's src folder
src/
Button/
Button.js
Button.spec.js
index.js