This is a collection of gulp tasks which I use in my projects. It is meant to have a central space to maintain the code.
$ yarn add --dev git+https://github.com/fabianmarz/gulp-tasks.gitor
$ npm install --save-dev git+https://github.com/fabianmarz/gulp-tasks.gitor add manually in your package.json:
{
"devDependencies": {
"@fabianmarz/gulp-tasks": "git+https://github.com/fabianmarz/gulp-tasks.git"
}
}Add gulp to your main project and require the collection in the gulpfile.js.
const gulp = require('gulp');
require('@fabianmarz/gulp-tasks')(gulp);- Expose Task overview