repo with all my solved katas from https://www.codewars.com, hopefully one every day.
Browse them at https://otmanecherradi.github.io/code-katas/
Each kata's metadata lives in data/<slug>.json (fetched from the Codewars API) and is the source of truth — every kata README.md and kyu index is generated from it plus the solution files on disk. The site under site/ is built from the same data and deployed to GitHub Pages.
node scripts/fetch-kata.js <kata-id> # add a new kata (folder + README)
node scripts/add-solution.js <slug> <lang> # add a solution file + tick the README
node scripts/generate.js # rebuild all READMEs + data/katas.jsonSee scripts/README.md for the full toolkit.