generator-ng-component
v1.0.5
Published
Yeoman generator
Downloads
102
Readme
generator-ng-component
Yeoman generator
Getting Started
Yeoman Generators
Install yo
and generator-ng-component
from npm:
$ npm install -g yo generator-ng-component
Finally, initiate the generator:
$ yo ng-component
Template Properties
lodash
: reference to lodashappname
: the app name specified bybower.json
or the project's directory namescriptAppName
: the angular app name,appname + 'App'
cameledName
: the cameled name argument that is passed to the (sub)generatorclassedName
: the classed name argument that is passed to the (sub)generator
License
MIT