initial commit

This commit is contained in:
2025-06-25 10:06:01 -05:00
commit 4d669317c4
17 changed files with 706 additions and 0 deletions

7
Taskfile.yaml Normal file
View File

@@ -0,0 +1,7 @@
version: "3"
tasks:
build-cli:
cmds:
- go build -o ./build/cli ./cmd/cli
generates:
- cli