Check if stdout or stderr is interactive
Mock node stdout and stderr without pain.
Spawn or fork a child process with a promise property resolved on exit with stdout, stderr and code.
Put a little spinner on process.stderr, as unobtrusively as possible.
Wrapper on top of buster-evented-logger that does pretty outout to stdout and stderr.
Wrapper on top of buster-evented-logger that does pretty outout to stdout and stderr.
spawn processes conveniently in tape tests and match against stdout/stderr streaming output
spawn() that returns a duplex stream and emits errors with stderr data on non-zero exit codes
Tapper (tapr) is a node.js tap test runner which allows stdout and stderr mixed in with the tap output and also presents assert output in a more abbreviated fashion. Tapper also optionally adds color to the output. Core based on Isaac Z Schlueter original tap runner. Because of Isaac's modular design Tapr/Tapper customizes the runner but uses all the original tap components.