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/
71466c9a27
Allow usage as an external library |
||
---|---|---|
.github | ||
args | ||
cmd/task | ||
completion | ||
docs | ||
internal | ||
taskfile | ||
testdata | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.goreleaser.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.