spawn-streaming
v1.1.15
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 });
