1.0.4 • Published 5 years ago

generator-babelrc v1.0.4

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

Build Status Coverage Status

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.
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago