0.1.1 • Published 10 years ago

gulp-api-log v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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);

License

MIT © Yoshua Wuyts