Real-world Workflows
Real-world Workflows
Section titled “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:
Example: Scaffold, Build, and Test
Section titled “Example: Scaffold, Build, and Test”pnpm create rhyolite@latest my-plugin -- --plugin reactcd my-pluginpnpm installpnpm buildpnpm testExample: Add a New Template
Section titled “Example: Add a New Template”- Fork the repo and add your template to
packages/plugin/community/ - Update
pnpm-workspace.yaml - Submit a pull request
Example: Automate CI/CD
Section titled “Example: Automate CI/CD”- 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!