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

/prepend-transform/

    Package Sidebar

    Install

    npm i prepend-transform

    Weekly Downloads

    2,418

    Version

    0.0.1019

    License

    MIT

    Unpacked Size

    6.22 kB

    Total Files

    9

    Last publish

    Collaborators

    • oresoftware