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