1
0
mirror of https://github.com/go-task/task.git synced 2025-01-12 04:34:11 +02:00
A task runner / simpler Make alternative written in Go https://taskfile.dev/
Go to file
Andrey Nering 6ed30f1add Refactor variables: Keep order of declaration
This shouldn't have any behavior changes for now. This is a code
refactor that should allow us to do further improvements on how
variables are handled, specially regarding respecting the declaration
order in Taskfiles, which should make it easier for the users.

Initial work on #218
2020-04-05 11:16:14 -03:00
.github Upgrade Go version on CI 2020-03-01 15:46:56 -03:00
cmd/task Refactor variables: Keep order of declaration 2020-04-05 11:16:14 -03:00
completion Remove trailing colon from task listing 2020-02-19 07:22:37 -05:00
docs Merge branch 'master' into v3 2020-03-28 10:48:49 -03:00
internal Refactor variables: Keep order of declaration 2020-04-05 11:16:14 -03:00
testdata Added version validation and updated tests 2020-02-15 17:24:06 +03:00
vendor go mod vendor 2020-03-22 21:42:45 -03:00
.editorconfig .editorconfig: Remove "indent_size" 2019-12-07 19:49:55 -03:00
.gitattributes Initial commit 2017-02-26 20:14:36 -03:00
.gitignore Update .gitignore 2019-09-07 14:46:46 -03:00
.goreleaser.yml Fix two Goreleaser deprecation messages 2019-08-11 23:15:08 -03:00
CHANGELOG.md v3.0.0-preview3 2020-03-28 11:01:28 -03:00
errors.go Fix suggestion to use task --init not being shown anymore 2018-08-19 16:23:32 -03:00
go.mod Upgrade github.com/go-yaml/yaml to v3 2020-03-28 11:27:49 -03:00
go.sum Upgrade github.com/go-yaml/yaml to v3 2020-03-28 11:27:49 -03:00
help.go Merge branch 'master' into v3 2020-03-28 10:48:49 -03:00
init.go bump version of auto generated taskfile 2019-08-19 21:01:36 +02: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
precondition.go Fix build after merging master 2019-06-15 22:47:15 -03:00
README.md Migrating from taskfile.org to taskfile.dev 2019-03-04 23:23:30 -03:00
status.go Always expode .TIMESTAMP and .STATUS when using status: 2019-09-14 18:04:41 -03:00
task_test.go Added version validation and updated tests 2020-02-15 17:24:06 +03:00
task.go Refactor variables: Keep order of declaration 2020-04-05 11:16:14 -03:00
Taskfile.yml Make ./docs/Taskfile.yml run on ./docs 2020-02-16 11:20:53 -03:00
variables.go Refactor variables: Keep order of declaration 2020-04-05 11:16:14 -03:00
watch.go Use colors for some output messages 2019-05-26 18:36:39 -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.dev for documentation.


Sponsors

Sponsors

Backers

Backers

Contributors

Contributors