Skip to content

babel/generator-babel-plugin

Repository files navigation

generator-babel-plugin Build Status

Babel Plugin generator for Yeoman.

Usage

Install yeoman and the generator globally

$ npm i -g yo
$ npm i -g generator-babel-plugin

Run the generator

$ yo babel-plugin

If you want to create additional fixtures in your tests:

$ yo babel-plugin:fixture name-of-fixture

To understand babel plugin development in more detail see the babel plugin handbook

License

MIT