generator-spa-prototype
Yeoman generator
Getting Started
Installing Yeoman
npm install -g yo
Installing the generator
npm install -g generator-spa-prototype
yo spa-prototype
Generators
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:controller
spa-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:directive
spa-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:service
spa-prototype:jade-partial
Generates a jade partial.
spa-prototype:jade-partial
spa-prototype:jade-view
Generates a jade view.
spa-prototype:jade-view
License
MIT