snamoah / generator-es6-module

Yeoman generator for creating babel-runtime based es6 node.js modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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+ (only supports ES2015 features missing from V4+)

Install

npm install -g yo
npm install -g generator-es6-module

Usage

mkdir somedir && cd $_
yo es6-module

About

Yeoman generator for creating babel-runtime based es6 node.js modules.


Languages

Language:JavaScript 100.0%