Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/babel/generator-babel-plugin
- Owner: babel
- Created: 2015-07-12T02:22:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T18:42:33.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T02:34:17.156Z (7 months ago)
- Topics: babel, babel-plugin, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 796 KB
- Stars: 118
- Watchers: 18
- Forks: 30
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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