all repos — elgit @ f702472c4dddb648e33b88cb38e4857aeec08f54

fork of legit: web frontend for git, written in go

justfile (view raw)

1
2
3
4
5
6
7
8
build:
    go build

test:
    go test ./...

run:
    modd