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

https://github.com/sindresorhus/generator-gulp-plugin-boilerplate

Scaffold out a Gulp plugin boilerplate
https://github.com/sindresorhus/generator-gulp-plugin-boilerplate

gulp gulp-plugin javascript nodejs scaffold yeoman-generator

Last synced: 5 months ago
JSON representation

Scaffold out a Gulp plugin boilerplate

Awesome Lists containing this project

README

          

# generator-gulp-plugin-boilerplate

> Scaffold out a [Gulp plugin boilerplate](https://github.com/sindresorhus/gulp-plugin-boilerplate)

![](screenshot.png)

## Install

```sh
npm install --global yo generator-gulp-plugin-boilerplate
```

## Usage

Run it with [`yo`](https://github.com/yeoman/yo):

```sh
yo gulp-plugin-boilerplate
```