A template for creating your own Sparkle addon repository.
- JavaScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| mods | ||
| LICENSE | ||
| mods.json | ||
| README.md | ||
custom-sparkle-repo
A template for creating your own Sparkle addon repository, with built-in GitHub Actions workflows to improve the quality of life.
Sparkle addon repositories created from this template can be accessed using the Custom Repositories addon.
Adding new addons
To add an addon into this repository, put its JavaScript file in the mods/ folder on the master branch.
A series of GitHub Actions workflows will automatically refresh the mods.json file and format your addon's code in a consistent manner.