child_process2

2.0.1 • Public • Published

child_process2

standard child_process module with added shell option

Usage

var cp=require('child_process2');
var sp=cp.spawn('dir', {shell:true});
sp.stdout.on('data', function(d)
{
  console.log(d.toString());
});

Readme

Keywords

none

Package Sidebar

Install

npm i child_process2

Weekly Downloads

6

Version

2.0.1

License

ISC

Last publish

Collaborators

  • storzinc