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
- Host: GitHub
- URL: https://github.com/sindresorhus/generator-gulp-plugin-boilerplate
- Owner: sindresorhus
- License: mit
- Archived: true
- Created: 2014-02-06T22:43:35.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T10:53:31.000Z (about 2 years ago)
- Last Synced: 2025-01-28T20:22:52.053Z (over 1 year ago)
- Topics: gulp, gulp-plugin, javascript, nodejs, scaffold, yeoman-generator
- Language: JavaScript
- Homepage: https://github.com/sindresorhus/gulp-plugin-boilerplate
- Size: 56.6 KB
- Stars: 50
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-gulp - generator-gulp-plugin-boilerplate - Scaffold out a [gulp plugin boilerplate](https://github.com/sindresorhus/gulp-plugin-boilerplate). (Scaffolding / Yeoman Generators)
- awesome-gulp-cn - generator-gulp-plugin-boilerplate - 一个输出 [gulp plugin boilerplate](https://github.com/sindresorhus/gulp-plugin-boilerplate)的脚手架. (脚手架 / Yeoman生成器)
README
# generator-gulp-plugin-boilerplate
> Scaffold out a [Gulp plugin boilerplate](https://github.com/sindresorhus/gulp-plugin-boilerplate)

## 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
```