all repos — elgit @ 6341582f87934debe76e53975204945ce64da392

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