Skip to content

A tool to run and control multiple daemons from the console

Notifications You must be signed in to change notification settings

bwindels/daemon-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Daemon watch

A tool to run multiple daemons from the console, and to kill them all at once. Useful for situations where you have to run multiple tools in the background, like when setting up make watch.

Usage

daemon-watch [cmd --name <name> [--cwd <cwd>]]*

Description

Will run all the passed commands and forward their stdout and stderr, prepended with the given name. If you send SIGINT (with control + c) or SIGTERM to daemon-watch, it will forward the signals to all the commands it is running

##Installation

npm install daemon-watch

About

A tool to run and control multiple daemons from the console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published