0.2.4 • Published 10 years ago

gulp-plug v0.2.4

Weekly downloads
38
License
-
Repository
github
Last release
10 years ago

gulp-plug

Plug is a Light Utility around Gulp

NPM version NPM Downloads Dependencies

: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.

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago