gulp-start-process
v1.1.1
Published
Just start process with nice output
Readme
gulp-start-process 
Spawn process with
stdio: "inherit"
This is just shortcut to spawn processes in gulp.
Usage
var gulp = require('gulp');
var start = require('gulp-start-process');
gulp.task('default', function (cb) {
start('cat gulpfile.js', cb);
});Which will give you:

License
MIT © Vsevolod Strukchinsky
