Skip to content

Extending Templates

Rhyolite templates are designed to be extended and customized for your unique needs.

  1. Fork an official or community template from packages/plugin/ or packages/themes/.
  2. Add or modify files as needed (e.g., add new commands, change styles, update config).
  3. Update the template.json and README to reflect your changes.

You can override any file in a template by placing a file with the same name in your project directory.

  • Add custom scripts, dependencies, or build steps
  • Integrate with your own CI/CD or linting tools

For more, see Template Authoring.