Skip to content

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

Notifications You must be signed in to change notification settings

tlivings/generator-es6-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published