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/
6ed30f1add
This shouldn't have any behavior changes for now. This is a code refactor that should allow us to do further improvements on how variables are handled, specially regarding respecting the declaration order in Taskfiles, which should make it easier for the users. Initial work on #218 |
||
---|---|---|
.github | ||
cmd/task | ||
completion | ||
docs | ||
internal | ||
testdata | ||
vendor | ||
.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.