mirror of
https://github.com/go-task/task.git
synced 2025-01-12 04:34:11 +02:00
A task runner / simpler Make alternative written in Go
https://taskfile.dev/
c9aec2f281
As task is a very generic name that conflicts with for example taskwarrior, some packagers might choose to change it. See my package in the AUR: https://aur.archlinux.org/packages/go-task. This change makes it easier to configure the name for downstream packagers. |
||
---|---|---|
.github | ||
args | ||
cmd/task | ||
completion | ||
docs | ||
internal | ||
taskfile | ||
testdata | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.goreleaser.yml | ||
CHANGELOG.md | ||
concurrency.go | ||
errors.go | ||
go.mod | ||
go.sum | ||
hash.go | ||
help.go | ||
init.go | ||
install-task.sh | ||
LICENSE | ||
precondition.go | ||
README.md | ||
status.go | ||
task_test.go | ||
task.go | ||
Taskfile.yml | ||
unix_test.go | ||
variables.go | ||
watch.go |
Task
Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.
See taskfile.dev for the documentation.