README
generator-tdg5-bower
Yeoman generator for bower components, tdg5 style.
Getting Started
(1) Install yo:
npm install -g yo
(2) Install the generator:
npm install generator-tdg5-bower
(3) Run the generator:
yo tdg5-bower
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request