1.2.0 • Published 9 years ago
generator-ptz-react v1.2.0
generator-ptz-react
Yeoman generator to create polutz domain modules.
How to contribute
Install
You can remove 'yo' if you already have Yeoman installed
npm install -g generator-ptz-react yoCreate your project
Go to your project folder and run:
yo ptz-reactCreate React Stateless Functional Components
replace 'ComponentName' with your component name
yo ptz-react:stateless ComponentNameCreate React Components
replace 'ComponentName' with your component name
yo ptz-react:component ComponentName