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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    14,146
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    14,146
  • 1.1.0
    3
  • 1.0.1
    3
  • 1.0.0
    3

Package Sidebar

Install

npm i gulp-start-process

Weekly Downloads

1,123

Version

1.1.1

License

MIT

Last publish

Collaborators

  • floatdrop