Extending Templates
Extending Templates
Section titled “Extending Templates”Rhyolite templates are designed to be extended and customized for your unique needs.
How to Extend a Template
Section titled “How to Extend a Template”- Fork an official or community template from
packages/plugin/orpackages/themes/. - Add or modify files as needed (e.g., add new commands, change styles, update config).
- Update the
template.jsonand README to reflect your changes.
Overriding Files
Section titled “Overriding Files”You can override any file in a template by placing a file with the same name in your project directory.
Advanced Customization
Section titled “Advanced Customization”- Add custom scripts, dependencies, or build steps
- Integrate with your own CI/CD or linting tools
For more, see Template Authoring.