0.2.4 • Published 10 years ago
gulp-plug v0.2.4
gulp-plug
Plug is a Light Utility around Gulp
:skull: Meant to be dead simple
Declaration (in gulpfile):
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.