UNPKG

spawn-streaming

Version:
11 lines (6 loc) 191 B
## spawn-streaming Formats spawn with prefix and colors ``` import spawn from 'spawn-streaming' await spawn('npm', ['test'], { stdio: 'inherit' }, { prefix: 'bob', throttle: 3000 }); ```