1
0
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/
Go to file
Andrey Nering 2ab8511f45 v2.2.0
2018-10-25 20:19:28 -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 Documentation: SeedAndDew script tag 2018-10-21 09:55:14 -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 Use latest patch releases of Go 2018-05-31 15:43:52 +00:00
errors.go Fix suggestion to use task --init not being shown anymore 2018-08-19 16:23:32 -03:00
Gopkg.lock Update dependencies 2018-09-01 11:00:49 -03:00
Gopkg.toml Update dependencies 2018-07-22 18:05:13 -03:00
help.go Extract some functionality to its own packages 2018-02-17 16:12:41 -02:00
init.go Improve --init flag 2018-03-04 16:19:52 -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 Fix CI 2018-10-13 18:29:23 -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.