gulp-log-stream
Sends a stream to gutil.log to append the time
Usage
var logStream = require('gutil-log-stream');stream.pipe(logStream());//Will log the content of the stream using gutil.log
Sends a stream to gutil.log to append the time
var logStream = require('gutil-log-stream');stream.pipe(logStream());//Will log the content of the stream using gutil.log
npm i gutil-log-stream
0
1.0.0
MIT