0.2.1 • Published 10 years ago

generator-gulp-coffee-module v0.2.1

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

Gulp + CoffeScript Module Generator Build Status NPM

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

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago