2.0.5 • Published 1 year ago

@bluecadet/launchpad-monitor v2.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@bluecadet/launchpad-monitor

Process monitoring and management for interactive installations. Part of the Launchpad suite of tools.

Documentation

For complete documentation, examples, and API reference, visit: https://bluecadet.github.io/launchpad

Features

  • Process management via PM2
  • Plugin system for custom monitoring behavior
  • Process lifecycle hooks
  • Built-in logging and error handling
  • Window management capabilities

Installation

npm install @bluecadet/launchpad-monitor

Basic Usage

import { Monitor } from '@bluecadet/launchpad-monitor';

const monitor = new Monitor({
  apps: [{
    name: 'my-app',
    script: 'app.js'
  }]
});

await monitor.start();

License

MIT © Bluecadet

2.0.0-next.4

2 years ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.0-next.2

2 years ago

2.0.0-next.3

2 years ago

2.0.0-next.1

2 years ago

2.0.1

1 year ago

2.0.0

2 years ago

2.0.0-next.0

2 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1-next.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.0.0

4 years ago