Skip to content

fabianmarz/gulp-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Collection of gulp tasks I use in projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published