Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

generator-zt-component

daftmonk30MIT0.1.1

Yeoman generator

yeoman-generator

readme

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

changelog

0.1.1 (2015-09-06)

Features

  • gen:
    • use yeoman's grouped queues (e265f34)
    • add dynamic mocha assertions (b64455d)
    • config can be force updated via options.forceConfig (0e81bb4)

Chore

  • gen: update yeoman-generator to ~0.19.2 (a861e29)

Breaking Changes

  • `yeoman-generator@0.19.2deprecates the use ofthis._. If your templates use lodash methods, you should now referencethis.lodash`.

0.1.0 (2015-08-05)

Bug Fixes

  • gen:
    • removed bootstrap class dependency from route html and jade templates (d725057)
    • fix indention spacing (82a4201)
  • app: ensure all files end with a newline (bd312ce)
  • dependencies: remove peer dependencies (3fb83ea)

Features

  • gen: add hasFilter function (fa39978)
  • test: add support for mocha+chai (aaca1e8)
  • dependencies: update to yeoman-generator@~0.18.10 (dc63875)