Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

rygine/generator-es2015-module

Repository files navigation

Yeoman Generator for ES2015 Modules

Generate ES2015 modules using Babel and Tape.

Install

npm install -g generator-es2015-module

Usage

Generate project

yo es2015-module

Optionally, you can skip the installation of npm packages by passing in --skip-install.

yo es2015-module --skip-install

Optionally, you can skip the creation of unit tests by passing in --skip-test.

yo es2015-module --skip-test

Generate single module

From your project root:

yo es2015-module:module

Optionally, you can skip the creation of unit tests by passing in --skip-test.

yo es2015-module:module --skip-test

About

Yeoman generator for ES2015 modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published