@bluecadet/launchpad-cli
Version:
CLI for @bluecadet/launchpad utilities
38 lines (24 loc) • 769 B
Markdown
# @bluecadet/launchpad-cli
Command line interface for managing media installations with Launchpad. Provides commands for content management, process monitoring, and system configuration.
## Documentation
For complete documentation, configuration options, and guides, visit:
[Launchpad Documentation](https://bluecadet.github.io/launchpad/)
## Installation
```bash
npm install /launchpad-cli
# Install additional modules as needed
npm install /launchpad-content /launchpad-monitor
```
## Basic Usage
```bash
# 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 stop
```
## License
MIT © Bluecadet