1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
A task runner / simpler Make alternative written in Go https://taskfile.dev/
Go to file
Andrey Nering a52f6c0acf Switch to Go modules
Let's keep the vendor directory for a while to not break Task for
users that install it using `go get`.

Closes #119
2018-10-27 17:01:14 -03:00
.github README improvements 2018-07-15 15:47:38 -03:00
cmd/task Fix signal handling when --watch flag is given 2018-09-16 21:59:00 -03:00
completion/zsh Changed --dry-run flag to --dry 2018-07-29 22:03:22 +01:00
docs Fix more internal documentation links when viewing on GitHub 2018-10-27 15:25:39 -03:00
internal Increment the current Taskfile version to 2.2 2018-10-13 18:25:40 -03:00
testdata Fixes to Taskfile including: 2018-10-13 17:52:09 -03:00
vendor Update dependencies 2018-09-01 11:00:49 -03:00
.editorconfig Documentation: GA 2018-09-23 15:31:00 -03:00
.gitattributes Initial commit 2017-02-26 20:14:36 -03:00
.gitignore Improve nested variables support 2018-02-18 09:50:39 -03:00
.goreleaser.yml .goreleaser.yml: Use CGO_ENABLED=0 2018-06-24 10:51:04 -03:00
.travis.yml Switch to Go modules 2018-10-27 17:01:14 -03:00
errors.go Fix suggestion to use task --init not being shown anymore 2018-08-19 16:23:32 -03:00
go.mod Switch to Go modules 2018-10-27 17:01:14 -03:00
go.sum Switch to Go modules 2018-10-27 17:01:14 -03:00
help.go Extract some functionality to its own packages 2018-02-17 16:12:41 -02:00
init.go Update link on the Taskfile generated by 2018-10-27 15:30:48 -03:00
install-task.sh Using godownloader to generate a install script 2018-04-07 15:07:43 -03:00
LICENSE MIT LICENS file 2017-02-28 09:15:25 -03:00
README.md Documentation improvements 2018-10-07 18:34:03 -03:00
status.go Fix broken --status flag 2018-10-06 17:55:23 -03:00
task_test.go Fixes to Taskfile including: 2018-10-13 17:52:09 -03:00
task.go Increment the current Taskfile version to 2.2 2018-10-13 18:25:40 -03:00
Taskfile.yml Switch to Go modules 2018-10-27 17:01:14 -03:00
variables.go Allow ignore_error at task level 2018-08-05 12:53:42 -03:00
watch.go Fix signal handling when --watch flag is given 2018-09-16 21:59:00 -03:00

Build Status

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.