1.2.0 • Published 7 years ago

generator-ptz-react v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

generator-ptz-react

Build Status codecov.io Dependency Status bitHound Score MIT license

Yeoman generator to create polutz domain modules.

How to contribute

pt-br en-us

Install

You can remove 'yo' if you already have Yeoman installed

    npm install -g generator-ptz-react yo

Create your project

Go to your project folder and run:

    yo ptz-react

Create React Stateless Functional Components

replace 'ComponentName' with your component name

    yo ptz-react:stateless ComponentName

Create React Components

replace 'ComponentName' with your component name

    yo ptz-react:component ComponentName