@bluecadet/launchpad
v3.0.0
Published
Suite of tools to manage media installations
Downloads
517
Readme
@bluecadet/launchpad
All-in-one package for building and managing interactive media installations. This package is a convenient way to install all core Launchpad packages at once.
Documentation
For complete documentation, configuration options, and guides, visit: Launchpad Documentation
Installation
npm install @bluecadet/launchpadThis will install all core packages:
@bluecadet/launchpad-cli: Command line interface@bluecadet/launchpad-content: Content management@bluecadet/launchpad-monitor: Process monitoring@bluecadet/launchpad-controller: Central orchestration and event system
Basic Usage
# Download content and start apps
npx launchpad start
# Only download fresh content
npx launchpad content
# Only manage apps
npx launchpad monitor
# Stop all processes
npx launchpad stopNote
This package installs the core Launchpad packages and provides thin subpath re-exports such as @bluecadet/launchpad/content and @bluecadet/launchpad/monitor. For more targeted installations, you can install individual packages directly.
License
Bluecadet-authored code in this package is licensed under ISC. Third-party dependencies retain their own licenses.
