Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/babel/generator-babel-plugin

Babel Plugin generator for Yeoman
https://github.com/babel/generator-babel-plugin

babel babel-plugin yeoman-generator

Last synced: 29 days ago
JSON representation

Babel Plugin generator for Yeoman

Awesome Lists containing this project

README

        

# generator-babel-plugin [![Build Status](https://secure.travis-ci.org/thejameskyle/generator-babel-plugin.png?branch=master)](https://travis-ci.org/thejameskyle/generator-babel-plugin)

Babel Plugin generator for Yeoman.

## Usage

**Install yeoman and the generator globally**

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

**Run the generator**

```shell
$ yo babel-plugin
```

If you want to create additional fixtures in your tests:

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

To understand babel plugin development in more detail see the [babel plugin handbook](https://github.com/thejameskyle/babel-handbook/blob/master/translations/en/plugin-handbook.md)

## License

MIT