nprocmon
v1.0.6
Published
Execute multiple tasks in parallel and start, stop, or restart them easily using a TUI interface and keyboard shortcuts.
Downloads
5
Readme
nprocmon
Execute multiple tasks in parallel and start, stop, or restart them easily using a TUI interface and keyboard shortcuts.
Install
$ npm install --global nprocmon
CLI
Usage
$ nprocmon
Options
--config The configuration file to use
--no-auto Disable autorun for all processes
--no-deps Disable dependencies
--exclude, -e Exclude processes that match this pattern (supports wildcards)
Examples
$ nprocmon
Will open nprocmon with the default config nprocmon.yaml
$ nprocmon --config=./myconfig.yaml
Will open nprocmon with a different config file
$ nprocmon -e build*
Excludes all processes starting with build