boast
is a static git repo listing generator similar to stagit, but
supports cloning out of the box via git's http "dumb" protocol.
Here's a live sample: https://boast.imnhan.com/ (repo here) - it's still very barebones at the moment, but cloning already works.
I'm still learning zig and manual memory management as I go, so please bear with me.
- Build: zig master (0.12-dev at the time of writing). Simply run
zig build
. - Runtime:
git
boast <dir-that-contains-your-repos> <output-dir>