gulp-plugin-boilerplate
May 2, 2024 ยท View on GitHub
Boilerplate to kickstart creating Gulp plugins
Contains all the current best-practices.
Getting started
In your directory, run:
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 this repo, but then you'll have to rename _readme.md to readme.md and _package.json to package.json.