gulp-start-process

Just start process with nice output


Keywords
gulp, spawn
License
MIT
Install
npm install gulp-start-process@1.1.1

Documentation

gulp-start-process NPM version

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:

screen shot 2014-11-24 at 2 52 01 pm

License

MIT © Vsevolod Strukchinsky