mirror of
https://github.com/go-task/task.git
synced 2025-01-14 04:35:50 +02:00
A task runner / simpler Make alternative written in Go
https://taskfile.dev/
.github | ||
cmd | ||
completion/zsh | ||
docs | ||
internal | ||
testdata | ||
vendor | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.goreleaser.yml | ||
.travis.yml | ||
CHANGELOG.md | ||
errors.go | ||
go.mod | ||
go.sum | ||
help.go | ||
init.go | ||
install-task.sh | ||
LICENSE | ||
precondition.go | ||
README.md | ||
status.go | ||
task_test.go | ||
task.go | ||
Taskfile.yml | ||
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 documentation.