CLI Overview
CLI Overview
Section titled “CLI Overview”The Rhyolite CLI is your all-in-one tool for scaffolding, developing, and managing Obsidian plugins and themes. It’s designed for speed, safety, and a great developer experience.
Key Features
Section titled “Key Features”- Project scaffolding for plugins and themes
- Template selection (official and community)
- Type-safe config and prompts
- Strict linting and testing
Common Commands
Section titled “Common Commands”pnpm create rhyolite@latest my-plugin -- --plugin reactpnpm create rhyolite@latest my-theme -- --theme minimalpnpm exec create-rhyolite --helpFlags & Options
Section titled “Flags & Options”--plugin <template>: Scaffold a new plugin--theme <template>: Scaffold a new theme--list: List available templates
See Flags & Options and Advanced Usage for more.