Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 672 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 672 Bytes

Gulp Tasks

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.

Setup

$ yarn add --dev git+https://github.com/fabianmarz/gulp-tasks.git

or

$ npm install --save-dev git+https://github.com/fabianmarz/gulp-tasks.git

or 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);

TODO

  • Expose Task overview