generator-node-puzzle-babel
v1.0.8
Published
Generator for babel files and packages
Maintainers
Readme
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-babelUsage
yo node-puzzle-babelExtending 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.
