Quick Start
Quick Start
Section titled “Quick Start”Ready to build? Here’s the fastest way to create a new Obsidian plugin or theme with Rhyolite:
1. Scaffold a Plugin
Section titled “1. Scaffold a Plugin”pnpm create rhyolite@latest my-plugin -- --plugin react2. Scaffold a Theme
Section titled “2. Scaffold a Theme”pnpm create rhyolite@latest my-theme -- --theme minimal3. Run & Test
Section titled “3. Run & Test”Navigate to your new project and follow the README for next steps. Run tests and build with:
pnpm installpnpm buildpnpm test