generator-es6-module

3.0.0 • Public • Published

Module Generator

Yeoman generator for es6 modules.

Supports:

  • es6 using babel6
    • including async/await with babel-regenerator-runtime
  • 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

Package Sidebar

Install

npm i generator-es6-module

Weekly Downloads

1

Version

3.0.0

License

none

Last publish

Collaborators

  • tlivings