Yeoman generator for ES6 NPM modules and beyond. Uses Mocha for tests and Babel for ES6+ support.
npm install -g yo
npm install -g generator-es6-mocha-npm-module
mkdir somedir && cd $_
yo es6-mocha-npm-module
The rest is magic.
Forked from: https://github.com/tlivings/generator-es6-module; I just tweaked a few things to make it work like I want. :-)