# generator-babel-plugin **Repository Path**: mirrors_babel/generator-babel-plugin ## Basic Information - **Project Name**: generator-babel-plugin - **Description**: Babel Plugin generator for Yeoman - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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