go-react-oui
v0.0.1
Published
goman react OUI generator
Downloads
1
Readme
Go React OUI Generator
npm install -g go-react-oui
CLI Usage
Args
c
- component named
- component's base directory
g react -c Button -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