add Taskfile
This commit is contained in:
parent
f82d06dbf0
commit
60f16c9205
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
||||||
!.env.include*
|
!.env.include*
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
bin/
|
||||||
|
|
|
||||||
6
Taskfile.yml
Normal file
6
Taskfile.yml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue