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/
1487c0e51b
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
args | ||
cmd/task | ||
completion | ||
docs | ||
internal | ||
taskfile | ||
testdata | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.goreleaser.yml | ||
CHANGELOG.md | ||
concurrency.go | ||
errors.go | ||
go.mod | ||
go.sum | ||
hash.go | ||
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 the documentation.