mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
A task runner / simpler Make alternative written in Go
https://taskfile.dev/
8004e9c943
The links to installation doc were broken, perhaps it was a typo or maybe installation document was relocated from "installation" directory to "installation.md". In either case, making this change fixes the problem. |
||
---|---|---|
.github | ||
cmd/task | ||
completion/zsh | ||
docs | ||
internal | ||
testdata | ||
vendor | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.goreleaser.yml | ||
.travis.yml | ||
errors.go | ||
Gopkg.lock | ||
Gopkg.toml | ||
help.go | ||
init.go | ||
install-task.sh | ||
LICENSE | ||
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.org for documentation.