Skip to content

Real-world Workflows

Rhyolite is built for automation and real-world developer workflows. Here are some examples to help you get the most out of your toolkit:

Terminal window
pnpm create rhyolite@latest my-plugin -- --plugin react
cd my-plugin
pnpm install
pnpm build
pnpm test
  1. Fork the repo and add your template to packages/plugin/community/
  2. Update pnpm-workspace.yaml
  3. Submit a pull request
  • Use GitHub Actions to run tests, lint, and deploy docs on every push
  • See .github/workflows/ for ready-to-use workflows

Check the rest of the docs for more advanced scenarios and tips!