generator-ptz-app
v1.0.2
Published
Yeoman generator to create polutz app modules.
Downloads
3
Readme
generator-ptz-app
Yeoman generator to create polutz app modules.
How to contribute
Install
You can remove 'yo typings' if you already have them installed
npm install -g generator-ptz-app yo typings
Create your project
Go to your project folder and run:
yo ptz-app && typings install
Create an Entity class
replace 'EntityName' with your class name, using first letter as upercase
yo ptz-app:entity EntityName