all repos — elgit @ 6eb1b732e3a7e3b65c62e816d1abd9bd76629caf

fork of legit: web frontend for git, written in go

justfile (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
build:
    go build

test:
    go test ./...

run:
    modd

nix-build:
    nix-build ./nix/package/

ci: test nix-build