generator-babel-init
v2.0.0
Published
Initialize babel in your project, tailored to your needs.
Downloads
5
Maintainers
Readme
generator-babel-init
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