all repos — elgit @ 2fc046b72d5732e8073a844b650c00e5830c97a7

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