Skip to content

Adding Packages

Add new plugins, themes, or utilities to the Rhyolite monorepo in a few steps:

  • Add a new folder under packages/ (e.g., packages/my-new-plugin)
  • Scaffold with your preferred template or start from scratch
  • Add your new package path to pnpm-workspace.yaml
Terminal window
pnpm install
pnpm build
  • Add tests and a README to your new package