Init repo with dummy data

This commit is contained in:
Tim Jochen Kicker
2026-02-21 13:55:21 +01:00
parent 82cb47b284
commit 3f75cff8ee
3 changed files with 162 additions and 0 deletions

12
repo.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "Wii U Mod Store Template Repo",
"description": "Official template repository for the Wii U Mod Store. Fork this to host your own mods.",
"author": "your-name",
"version": "1",
"games": [
{
"id": "mario-kart-8",
"path": "games/mario-kart-8/game.json"
}
]
}