1
0
mirror of https://github.com/go-task/task.git synced 2025-01-14 04:35:50 +02:00
A task runner / simpler Make alternative written in Go https://taskfile.dev/
Go to file
2022-02-23 16:53:46 -06:00
.github Add support for begin/end messages with grouped output 2022-01-14 00:22:14 +00:00
args Add support for delegating CLI arguments with "--" and a special CLI_ARGS variable 2021-03-20 11:58:45 -03:00
cmd/task Improvements and CHANGELOG for #651 2022-02-19 19:31:27 -03:00
completion bash-completion refactoring 2022-02-13 23:44:04 +01:00
docs Improvements and CHANGELOG for #651 2022-02-19 19:31:27 -03:00
internal Improvements and CHANGELOG for #651 2022-02-19 19:31:27 -03:00
taskfile add vars to included taskfiles 2022-02-23 16:53:46 -06:00
testdata Merge branch 'group-begin-message' of https://github.com/janslow/task into janslow-group-begin-message 2022-02-19 18:42:34 -03:00
.editorconfig .editorconfig: Remove "indent_size" 2019-12-07 19:49:55 -03:00
.gitattributes
.gitignore gitignore more editors 2021-04-20 14:54:24 +02:00
.goreleaser.yml Add completions to nfpms packages 2022-01-14 20:48:28 +11:00
CHANGELOG.md v3.11.0 2022-02-19 19:40:29 -03:00
concurrency.go Adding a --concurrency (-C) flag 2021-03-07 09:49:57 -03:00
errors.go Fix suggestion to use task --init not being shown anymore 2018-08-19 16:23:32 -03:00
go.mod Bump mvdan.cc/sh/v3 from 3.4.2 to 3.4.3 2022-02-19 20:51:22 +00:00
go.sum Bump mvdan.cc/sh/v3 from 3.4.2 to 3.4.3 2022-02-19 20:51:22 +00:00
hash.go Only run task once for #53 2021-07-31 19:36:40 -03:00
help.go Fix typo 🤦 2022-01-04 17:19:38 -03:00
init.go fix(#584): Add support to yaml extension 2022-01-02 15:23:10 +02:00
install-task.sh Update install script 2021-01-12 10:43:45 -03:00
LICENSE
precondition.go Move args and taskfile packages to root directory 2020-08-19 10:59:58 +02:00
README.md New logo and color 2020-12-27 19:07:38 -03:00
status.go Small improvement and CHANGELOG for #477 2021-07-10 21:58:03 -03:00
task_test.go Merge branch 'group-begin-message' of https://github.com/janslow/task into janslow-group-begin-message 2022-02-19 18:42:34 -03:00
task.go Improvements and CHANGELOG for #651 2022-02-19 19:31:27 -03:00
Taskfile.yml Taskfile: Set CGO_ENABLED=0 globally 2021-03-07 09:30:33 -03:00
variables.go initial pass at deferred commands 2022-01-02 15:55:43 -05:00
watch.go use status.Glob for watch globbing 2021-05-08 15:02:08 -05:00

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.