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.
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up| Failed to load latest commit information. | |||
|
|
.github |
|
|
|
|
cmd/task |
|
|
|
|
completion/zsh |
|
|
|
|
docs |
|
|
|
|
internal |
|
|
|
|
testdata |
|
|
|
|
vendor |
|
|
|
|
.editorconfig |
|
|
|
|
.gitattributes |
|
|
|
|
.gitignore |
|
|
|
|
.goreleaser.yml |
|
|
|
|
.travis.yml |
|
|
|
|
Gopkg.lock |
|
|
|
|
Gopkg.toml |
|
|
|
|
LICENSE |
|
|
|
|
README.md |
|
|
|
|
Taskfile.yml |
|
|
|
|
errors.go |
|
|
|
|
help.go |
|
|
|
|
init.go |
|
|
|
|
install-task.sh |
|
|
|
|
status.go |
|
|
|
|
task.go |
|
|
|
|
task_test.go |
|
|
|
|
variables.go |
|
|
|
|
watch.go |
|
|
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.