0.1.0 • Published 8 years ago

generator-gulp-es6-module v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

Gulp ES6 Module Generator Build Status NPM

A Yeoman generator for creating modules in next-generation ES6.

Features

  • Full usage of ES6 syntax.
  • Automated task runs with Gulp.
  • Unit tests with Mocha.
  • Code quality with ESLint and ES6 StyleGuide by AirBnb.
  • Optional minification and sourcemaps generation.

Installation

$ npm install -g generator-gulp-es6-module

Generating

$ yo gulp-es6-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