all repos — elgit @ 5467d52160ee898bcb58d7af16936bc318df0c85

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