Skip to content

Initialize babel in your project, tailored to your needs.

License

Notifications You must be signed in to change notification settings

dantman/generator-babel-init

Repository files navigation

generator-babel-init NPM version Build Status Dependency Status

Initialize babel in your project, tailored to your needs.

Installation

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

npm install -g yo
npm install -g generator-babel-init

Then initialize babel in your project using:

yo babel-init

You'll be asked what ECMAScript level you want to transpile (es2015, stage-#), what target you are transpiling to (es5, node4, node5, rollup), what additional syntaxes you'll be using (just react for now), if and how you want to polyfill the environment (none, babel-polyfill, or transform-runtime), and how you intend to use babel.

generator-babel-init will then setup your .babelrc and install the necessary npm packages.

License

MIT © Daniel Friesen

About

Initialize babel in your project, tailored to your needs.

Resources

License

Stars

Watchers

Forks

Packages