gulp-api-log
v0.1.1
Published
Log the gulp cli responses when consuming the api programmatically.
Maintainers
Readme
gulp-api-log
A gulp friendly way of logging cli responses when consuming the api programmatically.
See gulp/489 for more information.
Usage
var gulp = require('./gulpfile.js');
var glog = require('gulp-api-log');
glog(gulp);
gulp.start(program.task);