onasty/cmd/seed/Taskfile.yml(view raw)
1 2 3 4 5 6
version: "3" tasks: run: desc: seeds the database dir: ./cmd/seed/ cmd: go run *.go