generator-gulp-coffee-moduledeprecated

A Yeoman generator for creating modules in CoffeeScript

Usage no npm install needed!

<script type="module">
  import generatorGulpCoffeeModule from 'https://cdn.skypack.dev/generator-gulp-coffee-module';
</script>

README

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