Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cmbo

harryhope69MIT0.1.0

Run multiple processes in one shell + stop all with ctrl+c

node, commander, cli, spawn

readme

cmbo

Run multiple processes in one shell + stop all with ctrl+c.

cmbo is a simple cli tool useful for running multiple long-running processes. Output from scripts all go to stdout and ctrl+c stops everything at once.

Usage

cmbo is available as an npm package.

npm i -g cmbo

Once installed, use cmbo to run one or more commands by entering them as strings:

cmbo 'python -m SimpleHTTPServer' 'webpack -w'