ProboCI / proboscis

A node.js library and CLI app to run a set of child processes and multiplex their output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proboscis

Build Status Coverage Status

This module wraps child processes and unifies their stdout and stderr streams into a signle unified json event stream. It can currnently be used as a library or from the command line.

This project was created to facilitate running multiple processes inside a docker container easily and being able to easily separate the streams of all of the running processes.

Why proboscis?

This module was written to be the part of probo that runs inside the docker container. The prooboscis is the part of the mosquito that pokes into your skin. We probably could have come up with a less itchy analogy.

About

A node.js library and CLI app to run a set of child processes and multiplex their output.

License:GNU General Public License v2.0


Languages

Language:JavaScript 100.0%