Yeoman generator for es6 modules.
Supports:
es6
using babel6- including
async/await
withbabel-regenerator-runtime
- including
- linting using
eslint
- tests using
tape
Requires:
- Node.js version 4+ (only supports ES2015 features missing from V4+)
npm install -g yo
npm install -g generator-es6-module
mkdir somedir && cd $_
yo es6-module