generator-gulpplugin-coffee
v2.0.0
Published
A Yeoman generator for CoffeeScript gulp plugins
Downloads
5
Maintainers
Readme
generator-gulpplugin-coffee
Getting started
- Install yeoman
npm install -g yo
. - Install generator
npm install -g generator-gulpplugin-coffee
. - Scaffold out the plugin
yo gulpplugin-coffee
.
What do you get?
A working gulp plugin following the guidelines and best practices described in the gulp documentation, complete with a working workflow and test environment including Travis CI and Coveralls integration.
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using gulp and npm-test. Plus, make sure to adhere to these commit message conventions.