A template for creating your own Sparkle addon repository.
  • JavaScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-23 18:47:16 -04:00
.github/workflows Remove generate.js from code (part 2) 2026-05-23 18:47:16 -04:00
mods Format JavaScript code 2026-05-23 22:04:21 +00:00
LICENSE Initial commit 2026-05-22 13:32:01 -04:00
mods.json Regenerate mods.json automatically 2026-05-23 15:30:48 +00:00
README.md Update README.md 2026-05-23 11:34:56 -04:00

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.