Yeoman generator
Install yo
and generator-ng-component
from npm:
$ npm install -g yo generator-ng-component
Finally, initiate the generator:
$ yo ng-component
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
MIT