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);

/exec_stream/

    Package Sidebar

    Install

    npm i exec_stream

    Weekly Downloads

    4

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • sidorares