1.0.8 • Published 3 years ago

generator-node-puzzle-babel v1.0.8

Weekly downloads
6
License
ISC
Repository
github
Last release
3 years ago

Build Status CircleCI Build Status Coverage Status codecov

generator-node-puzzle-babel

generator-node-puzzle-babel creates .babelrc file with support for react plugins and installs the needed packages.

Install

npm install --global generator-node-puzzle-babel

Usage

yo node-puzzle-babel

Extending generator

this.composeWith(require.resolve('generator-node-puzzle-babel'), {
  /* options */
});

Options

  • destination (String, default '') destination path for .babelrc file.
  • react (Boolean, default false) include react support.
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago