2.0.5 • Published 8 months ago

@bluecadet/launchpad-monitor v2.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months 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

1 year ago

2.0.3

8 months ago

2.0.2

8 months ago

2.0.5

8 months ago

2.0.4

8 months ago

2.0.0-next.2

1 year ago

2.0.0-next.3

1 year ago

2.0.0-next.1

1 year ago

2.0.1

9 months ago

2.0.0

1 year ago

2.0.0-next.0

1 year ago

1.8.0

2 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.1-next.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.0.0

3 years ago