Expand description
Unified plugin installer
This module provides a high-level API for installing plugins from various sources:
- Local file paths
- HTTP/HTTPS URLs
- Git repositories
- Plugin registries (future)
It automatically detects the source type and uses the appropriate loader.
Structs§
- Cache
Stats - Cache statistics
- Install
Options - Installation options
- Plugin
Installer - Unified plugin installer
Enums§
- Plugin
Source - Plugin source specification