A template for GitHub-hosted ReaPack repositories with automated reapack-index running from GitHub Actions.
Replace the name of the repository in index.xml when using this template. This will be the name shown in ReaPack.
<index version="1" name="Name of your repository here">
Replace the contents of this file (README.md). This will be the text shown when using ReaPack's "About this repository" feature.
reapack-index looks for package files in subfolders. The folder tree represents the package categories shown in ReaPack.
Each package file is expected to begin with a metadata header. See Packaging Documentation on reapack-index's wiki.
The URL to import in ReaPack is https://github.com/<your username>
/<repository name>
/raw/master/index.xml.