Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sindresorhus/gulp-plugin-boilerplate
Boilerplate to kickstart creating Gulp plugins
https://github.com/sindresorhus/gulp-plugin-boilerplate
boilerplate gulp gulp-plugin javascript nodejs
Last synced: 4 months ago
JSON representation
Boilerplate to kickstart creating Gulp plugins
- Host: GitHub
- URL: https://github.com/sindresorhus/gulp-plugin-boilerplate
- Owner: sindresorhus
- License: mit
- Created: 2014-02-06T21:59:04.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T17:34:55.000Z (9 months ago)
- Last Synced: 2024-05-22T18:22:01.160Z (8 months ago)
- Topics: boilerplate, gulp, gulp-plugin, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 74
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# gulp-plugin-boilerplate
> Boilerplate to kickstart creating [Gulp](https://gulpjs.com) plugins
Contains all the current best-practices.
## Getting started
In your directory, run:
```sh
curl -fsSL https://github.com/sindresorhus/gulp-plugin-boilerplate/archive/main.tar.gz | tar -xz --strip-components 1 && mv _package.json package.json && mv _readme.md readme.md
```You can also `git clone` or [download](https://github.com/sindresorhus/gulp-plugin-boilerplate/archive/main.zip) this repo, but then you'll have to rename `_readme.md` to `readme.md` and `_package.json` to `package.json`.