Adding Packages
Adding Packages
Section titled “Adding Packages”Add new plugins, themes, or utilities to the Rhyolite monorepo in a few steps:
1. Create a New Package
Section titled “1. Create a New Package”- Add a new folder under
packages/(e.g.,packages/my-new-plugin) - Scaffold with your preferred template or start from scratch
2. Update Workspace Config
Section titled “2. Update Workspace Config”- Add your new package path to
pnpm-workspace.yaml
3. Install & Build
Section titled “3. Install & Build”pnpm installpnpm build4. Test & Document
Section titled “4. Test & Document”- Add tests and a README to your new package
5. (Optional) Publish
Section titled “5. (Optional) Publish”- See Automated Publishing for details