docs: add Taskfile
This commit is contained in:
2
.env.example
Normal file
2
.env.example
Normal file
@@ -0,0 +1,2 @@
|
||||
MAILCOW_BASE=https://mailcow.host
|
||||
MAILCOW_APIKEY=YOUR-APIKEY-HERE
|
||||
10
Taskfile.yml
Normal file
10
Taskfile.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
# https://taskfile.dev
|
||||
version: '3'
|
||||
|
||||
dotenv:
|
||||
- .env
|
||||
|
||||
tasks:
|
||||
run:
|
||||
cmds:
|
||||
- go run ./cmd/mcbdd
|
||||
Reference in New Issue
Block a user