Skip to content

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.

  • Project scaffolding for plugins and themes
  • Template selection (official and community)
  • Type-safe config and prompts
  • Strict linting and testing
Terminal window
pnpm create rhyolite@latest my-plugin -- --plugin react
pnpm create rhyolite@latest my-theme -- --theme minimal
pnpm exec create-rhyolite --help
  • --plugin <template>: Scaffold a new plugin
  • --theme <template>: Scaffold a new theme
  • --list: List available templates

See Flags & Options and Advanced Usage for more.