Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pm2-devmon

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pm2-devmon

PM2 development environment monitor running in independent mode

  • 1.5.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by600%
Maintainers
1
Weekly downloads
 
Created
Source

pm2-devmon

PM2 development environment monitor running in independent mode.

With this tool you can run more than one project in development mode in different terminal sessions, so they do not share output and do not conflict (in opposed to standard pm2-dev).

Installation

yarn add pm2 pm2-devmon

or

npm install pm2 pm2-devmon

Usage

Run application script

pm2-devmon start app.js

or run config script

pm2-devmon start pm2.config.js --raw

or run process config file

pm2-devmon start process.json --raw --env dev

See examples for more details.

Options

$ pm2-devmon start --help

pm2-devmon start <cmd> [-r] [-e name] [-i files] [-x extensions] [-d delay]

Start PM2 development monitor

Positionals:
  cmd  PM2 config file or script or shell command            [string] [required]

Options:
  -r, --raw      Raw output                           [boolean] [default: false]
  -e, --env      Environment name from env_[name]         [string] [default: ""]
  -i, --ignore   Files list to ignore watching             [array] [default: []]
  -x, --ext      Comma separated list of file extensions  [string] [default: ""]
  -d, --delay    Restart delay                          [number] [default: 2500]
  -v, --version  Show version number                                   [boolean]
  -h, --help     Show help

Keywords

FAQs

Package last updated on 07 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc