3.0.0 • Published 8 years ago

generator-es6-module v3.0.0

Weekly downloads
22
License
-
Repository
github
Last release
8 years ago

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
3.0.0

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.0

8 years ago

1.0.2

9 years ago

1.0.0

9 years ago