0.1.2 • Published 9 years ago

generator-bw-ng-component v0.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

generator-ng-component

Yeoman generator

Bloom & Wild's app generator

It's highly unlikely this fork will be useful for people outside Bloom & Wild. Check out the fork source for a more generic Angular generator.

Yeoman Generators

Install yo and generator-ng-component from npm:

$ npm install -g yo generator-bw-ng-component

Finally, initiate the generator:

$ yo bw-ng-component

Generate a directive

This will automatically prefix with bw-directive-name

$ yo bw-ng-component:directive directive-name

Will output:

directive-name.directive.js directive-name.directive.spec.js directive-name.jade directive-name.scss

License

MIT

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago