0.0.1 • Published 7 years ago

go-react v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

G React Generator

npm install -g go-react

CLI Usage

Args

  • c - component name
  • t - component type. Valid types are: component, pure, container (defaults to component)
  • 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