generator-es6-mocha-npm-module
v1.0.0
Published
Yeoman generator for ES6-based NPM modules using core-js and Mocha.
Downloads
6
Maintainers
Readme
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. :-)