1.0.4 • Published 11 days ago

nprocmon v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
11 days ago

nprocmon

Execute multiple tasks in parallel and start, stop, or restart them easily using a TUI interface and keyboard shortcuts.

image

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