Babel Plugin generator for Yeoman.
Install yeoman and the generator globally
$ npm i -g yo
$ npm i -g generator-babel-pluginRun the generator
$ yo babel-pluginIf you want to create additional fixtures in your tests:
$ yo babel-plugin:fixture name-of-fixtureTo understand babel plugin development in more detail see the babel plugin handbook
MIT
