add Taskfile

This commit is contained in:
juancwu 2026-01-23 03:14:41 +00:00
commit 60f16c9205
2 changed files with 7 additions and 0 deletions

6
Taskfile.yml Normal file
View file

@ -0,0 +1,6 @@
# yaml-language-server: $schema=https://taskfile.dev/schema.json
version: '3'
tasks:
build:
cmds:
- go build -o ./bin/tui ./cmd/tui/main.go