Skip to content
/ cmbo Public

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

License

Notifications You must be signed in to change notification settings

harryhope/cmbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

It's easiest to use cmbo with npx.

Use cmbo to run one or more commands by entering them as strings:

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

Optionally, cmbo can be installed globally and added to your path:

npm i -g cmbo

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published