🍰 Personal Multi-Git Remote Manager
go git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(justfile): Add install and clean tasks

Fuwn b5e3d5af 204d3d42

+6
+6
justfile
··· 12 12 13 13 build: 14 14 go build -o {{ name }} ./cmd/{{ name }} 15 + 16 + install path="~/.local/bin" *arguments="": 17 + install -Dm755 {{ name }} {{ path }}/{{ name }} 18 + 19 + clean: 20 + rm -rf {{ name }}