all repos — elgit @ 98fa355025227a03b4c3c19fc151a4d73479ab49

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