#8 add cli, need fix parse yaml.

This commit is contained in:
Gorbunov Kirill Andreevich
2024-03-23 18:52:13 +03:00
parent e72d5ec0d1
commit 4734816d85
11 changed files with 522 additions and 0 deletions

View File

@@ -15,6 +15,10 @@ cli:
buildcli:
CGO_ENABLED=0 go build -o bin/app -mod=readonly git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli
.PHONY: cli
cli:
go install git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli
.PHONY: test
test:
go test -v ./... -race -cover