prepend-transform
TypeScript icon, indicating that this package has built-in type declarations

0.0.1019 • Public • Published

Prepend-Transform

Installation

npm install -S prepend-transform

Usage

 
import pt from 'prepend-transform';
import * as cp from 'child_process';
 
const n = cp.spawn('bash');
 
n.stdout.pipe(pt('child stdout: ')).pipe(process.stdout);
n.stderr.pipe(pt('child stderr: ')).pipe(process.stderr);
 

Package Sidebar

Install

npm i prepend-transform

Weekly Downloads

1,173

Version

0.0.1019

License

MIT

Unpacked Size

6.22 kB

Total Files

9

Last publish

Collaborators

  • oresoftware