JSPM

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

Formats spawn with prefix and colors

Package Exports

  • spawn-streaming
  • spawn-streaming/package.json

Readme

spawn-streaming

Formats spawn with prefix and colors

import spawn from 'spawn-streaming'

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