JSPM

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

Formats spawn with prefix and colors

Package Exports

    Readme

    spawn-streaming

    Formats spawn with prefix and colors

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