gulp-api-log

Log the gulp cli responses when consuming the api programmatically.

Usage no npm install needed!

<script type="module">
  import gulpApiLog from 'https://cdn.skypack.dev/gulp-api-log';
</script>

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

License

MIT © Yoshua Wuyts