# generator-gulp-plugin **Repository Path**: mirrors_floatdrop/generator-gulp-plugin ## Basic Information - **Project Name**: generator-gulp-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # generator-gulp-plugin [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url] A generator for [Yeoman](http://yeoman.io) to generate [gulp](https://github.com/wearefractal/gulp) plugins. ## Getting Started If you don't already have yeoman, then install from npm, run: ``` $ npm install -g yo ``` To install generator-gulp-plugin from npm, run: ``` $ npm install -g generator-gulp-plugin ``` Finally, initiate the generator: ``` $ yo gulp-plugin ``` ## Writing Gulp Plugins See the [Writing a gulp plugin](https://github.com/wearefractal/gulp/wiki/Writing-a-gulp-plugin) wiki page for guidelines and an example to get you started. ## License [MIT License](http://en.wikipedia.org/wiki/MIT_License) © [Hector Parra](http://hectorparra.com) (HGPA) [npm-url]: https://npmjs.org/package/generator-gulp-plugin [npm-image]: https://badge.fury.io/js/generator-gulp-plugin.png [travis-url]: http://travis-ci.org/hparra/generator-gulp-plugin [travis-image]: https://secure.travis-ci.org/hparra/generator-gulp-plugin.png?branch=master [depstat-url]: https://david-dm.org/hparra/generator-gulp-plugin [depstat-image]: https://david-dm.org/hparra/generator-gulp-plugin.png