0.1.4 • Published 10 years ago

generator-es6-module-with-babel v0.1.4

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

generator-es6-module-with-babel NPM version Build Status Dependency Status

Yeoman generator for creating a basic ES6 module with Babel6, ESLint and Jest

Read Before You use

Both the generator and the actual module created by this generator will be requiring the version of Node.js to be at least 4.0.

# Just in case you want to know the version of you installed node
node -v

This generator will probably focus on creating module that in favor of corporate/private use.

Installation

First, install Yeoman and generator-es6-module-with-babel using npm (we assume you have pre-installed node.js).

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

Then generate your new project:

yo es6-module-with-babel

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.

TODO

  • Make License configurable
  • Incorporate coverage script

License

MIT © Zili

0.1.4

10 years ago

0.1.3

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago