2.0.0 • Published 10 years ago
generator-babel-init v2.0.0
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-initThen initialize babel in your project using:
yo babel-initYou'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