~nhanb/boast

ensure at least 1 thread
refactor out common template
another attempt at nested Element structs

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~nhanb/boast
read/write
git@git.sr.ht:~nhanb/boast

You can also use your local clone with git send-email.

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.

#Deps

  • Build: zig master (0.12-dev at the time of writing). Simply run zig build.
  • Runtime: git

#Usage

boast <dir-that-contains-your-repos> <output-dir>