exec_stream

0.0.3 • Public • Published

exec-stream

create read-write stream from child process stdin/stdout

var execStream = require('exec_stream');
var find = execStream('find', ['/']);
var nc = execStream('nc', ['localhost', '1212']);
find.pipe(nc);

Readme

Keywords

none

Package Sidebar

Install

npm i exec_stream

Weekly Downloads

5

Version

0.0.3

License

MIT

Last publish

Collaborators

  • sidorares