all repos — elgit @ f6777b266e76778fc625a06bb4cfc00a738e934d

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