generator-babel-init

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i generator-babel-init

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • dantman