Babel Plugin generator for Yeoman.
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
MIT