/generator-es6-mocha-npm-module

Yeoman generator for creating babel-runtime based es6 node.js modules.

Primary LanguageJavaScript

Module Generator

Yeoman generator for ES6 NPM modules and beyond. Uses Mocha for tests and Babel for ES6+ support.

Install

npm install -g yo
npm install -g generator-es6-mocha-npm-module

Usage

mkdir somedir && cd $_
yo es6-mocha-npm-module

The rest is magic.

Credit

Forked from: https://github.com/tlivings/generator-es6-module; I just tweaked a few things to make it work like I want. :-)