all repos — elgit @ d26005f4df6b71f03f61d0b7b7f58ed05f78a3fd

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