JSPM

  • Created
  • Published
  • Downloads 118
  • Score
    100M100P100Q81095F
  • License MIT

Formats spawn with prefix, colors, and throttle

Package Exports

  • spawn-streaming

Readme

spawn-streaming

Formats spawn with prefix, colors, and throttle

import spawn from 'spawn-streaming'

await spawn('npm', ['test'], { stdio: 'inherit' }, { prefix: 'bob', throttle: 3000 });