0.1.1 • Published 8 years ago

generator-zt-component v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

generator-zt-component Build Status

Yeoman generator

Getting Started

Yeoman Generators

Install yo and generator-zt-component from npm:

$ npm install -g yo generator-zt-component

Finally, initiate the generator:

$ yo zt-component

Template Properties

  • lodash: reference to lodash
  • appname: the app name specified by bower.json or the project's directory name
  • scriptAppName: the angular app name, appname + 'App'
  • cameledName: the cameled name argument that is passed to the (sub)generator
  • classedName: the classed name argument that is passed to the (sub)generator

License

MIT