generator-spa-prototype
v0.0.26
Published
A Yeoman generator for a faster single page application development
Maintainers
Readme
generator-spa-prototype 
Yeoman generator
Getting Started
Installing Yeoman
npm install -g yoInstalling the generator
npm install -g generator-spa-prototypeyo spa-prototypeGenerators
spa-prototype:controller
Generates an angular.js controller. Each controller will be merged in a controllers.js file when you call the gulp build task.
spa-prototype:controllerspa-prototype:directive
Generates an angular.js directive. Each directive will be merged in a directives.js file when you call the gulp build task.
spa-prototype:directivespa-prototype:service
Generates an angular.js service. Each service will be merged in a services.js file when you call the gulp build task.
spa-prototype:servicespa-prototype:jade-partial
Generates a jade partial.
spa-prototype:jade-partialspa-prototype:jade-view
Generates a jade view.
spa-prototype:jade-viewLicense
MIT
