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 | ||
.vscode | ||
args | ||
bin | ||
cmd | ||
completion | ||
docs | ||
errors | ||
internal | ||
taskfile | ||
testdata | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.golangci.yml | ||
.goreleaser.yml | ||
.mockery.yaml | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc.yml | ||
CHANGELOG.md | ||
concurrency.go | ||
go.mod | ||
go.sum | ||
hash.go | ||
help.go | ||
init.go | ||
install-task.sh | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
precondition.go | ||
README.md | ||
requires.go | ||
setup.go | ||
signals_test.go | ||
signals.go | ||
status.go | ||
task_test.go | ||
task.go | ||
Taskfile.yml | ||
variables.go | ||
watch_test.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.
Installation | Documentation | Twitter | Mastodon | Discord