gulp-start-process

1.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gulp-start-process

Weekly Downloads

1,232

Version

1.1.1

License

MIT

Last publish

Collaborators

  • floatdrop