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
2018-09-23 15:08:03 -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 Create CNAME 2018-09-23 15:08:03 -03:00
internal Fix wrong error message beingg print when the file has a syntax error 2018-09-22 17:29:18 -03:00
testdata Fix error when using checksum method and no file exists for a source glob 2018-09-01 11:23:38 -03:00
vendor Update dependencies 2018-09-01 11:00:49 -03:00
.editorconfig Indent TOML in example file 2017-02-28 18:42:09 -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-09-23 15:06:43 -03:00
status.go Fixes after updating mvdan.cc/sh 2018-09-01 11:02:23 -03:00
task_test.go Reduce code duplication on test 2018-08-05 12:56:55 -03:00
task.go Fixes after updating mvdan.cc/sh 2018-09-01 11:02:23 -03:00
Taskfile.yml Documentation site using docsify 2018-09-22 18:44:24 -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 - A task runner / simpler Make alternative written in Go

Task is a simple tool that allows you to easily run development and build tasks. Task is written in Go, but can be used to develop any language. It aims to be simpler and easier to use then GNU Make.


See Taskfile.org for documentation.