Template Authoring
Template Authoring
Section titled “Template Authoring”Create your own plugin or theme templates to share with the Rhyolite community or use in your own projects.
How to Author a Template
Section titled “How to Author a Template”- Start from an official or community template, or create a new folder in
packages/plugin/orpackages/themes/. - Add a
template.jsonfile describing your template (name, description, tags). - Include a README with usage instructions and examples.
- Test your template by running the CLI with your template path.
Sharing Your Template
Section titled “Sharing Your Template”- Submit a pull request to add your template to the community directory.
- Well-documented, tested templates are more likely to be featured!
- Keep templates minimal but extensible
- Use TypeScript and strict linting for best results