Expand description
Library root for romm-cli: HTTP client, CLI/TUI frontends, and shared core.
Modulesยง
- client
- HTTP client wrapper around the ROMM API.
- commands
- Top-level CLI command handling.
- config
- Configuration and authentication for the ROMM client.
- core
- Frontend-agnostic core modules.
- endpoints
- frontend
- Frontend routing helpers.
- services
- Small service objects that wrap
RommClientfor higher-level operations. - tui
- Terminal UI module.
- types