README
A Yeoman generator for creating modules in CoffeeScript.
Features
- Automated task runs with Gulp.
- Unit tests with Mocha.
- Code quality with CoffeeLint.
- Optional minification and sourcemaps generation.
Installation
$ npm install -g generator-gulp-coffee-module
Generating
$ yo gulp-coffee-module
Usage
Compile and minify scripts and watch for file changes:
$ npm start
Lint scripts and run unit tests:
$ npm test
To enable/disable the creation of minified files and sourcemaps just change the minify
value in the created package.json
file.
License
MIT