generator-babelrc
v1.0.4
Published
Yeoman generator for .babelrc
Downloads
19
Maintainers
Readme
generator-babelrc
generator-babel creates .babelrc file with support for react plugins and installs the needed packages.
Install
npm install --global generator-babelrc
Usage
yo babel
Extending generator
this.composeWith(require.resolve('generator-babelrc'), {
/* options */
});
Options
- destination (String, default '') destination path for .babelrc file.
- react (Boolean, default false) include react support.