generator-es6-module
v3.0.0
Published
Yeoman generator for es6 based node.js modules using babel-runtime.
Downloads
6
Maintainers
Readme
Module Generator
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+
Install
npm install -g yo
npm install -g generator-es6-module
Usage
mkdir somedir && cd $_
yo es6-module