sindresorhus / gulp-plugin-boilerplate

Boilerplate to kickstart creating Gulp plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp-plugin-boilerplate

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.

About

Boilerplate to kickstart creating Gulp plugins

License:MIT License


Languages

Language:JavaScript 100.0%