initial commit

This commit is contained in:
2026-08-13 21:58:53 +02:00
commit 8fbea9874f
65 changed files with 4081 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# GitHub aggregator
Reads a `.moonweb.yml` file from each of the `skoelle` GitHub repos and
regenerates `code/_data/repos.json`. Run manually — not wired into CI.
## Usage
```bash
export GITHUB_TOKEN=ghp_xxx
python aggregate.py
```