npm install gulp-plug


:skull: Meant to be dead simple
Declaration (in gulpfile):
``js``
gulp = require('gulp');
plug = require('gulp-plug');
plug.init(gulp);
plug.register(__dirname + '/tasks');
Roadmap:
- use global settings for each tasks (source or destination folder for example)
- be fully tested !
- install npm packages dynamically
- ** => send feature requests / pull-requests ;)
It is based on the excellent gasp from gulp's creators
and inspired by gulpy-page tasks simplicity.