Yeoman generator for es6 modules.
Supports:
es6using babel6- including
async/awaitwithbabel-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-modulemkdir somedir && cd $_
yo es6-module