gulp-plug

0.2.4 • Public • Published

gulp-plug

Plug is a Light Utility around Gulp

NPM version NPM Downloads Dependencies

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

Readme

Keywords

none

Package Sidebar

Install

npm i gulp-plug

Weekly Downloads

13

Version

0.2.4

License

none

Last publish

Collaborators

  • vbrajon