daemon-watch

0.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i daemon-watch

Weekly Downloads

1

Version

0.0.1

License

BSD

Last publish

Collaborators

  • bwindels