spawn-streaming
v1.3.0
Published
Formats spawn with prefix and colors
Maintainers
Readme
spawn-streaming
Formats spawn with prefix and colors
import spawn from 'spawn-streaming'
await spawn('npm', ['test'], { stdio: 'inherit' }, { prefix: 'bob', throttle: 3000 });
