1
0
mirror of https://github.com/go-task/task.git synced 2025-01-04 03:48:02 +02:00
A task runner / simpler Make alternative written in Go https://taskfile.dev/
Go to file
Andrey Nering 59d2733b88 Make dynamic variables run on the right directory
It was always running in the main Taskfile dir, even when the variable was
declared in an included taskfile in another directory or when task had a
custom dir.

Closes #384
2021-01-07 11:26:11 -03:00
.github Add about: to issue templates 2020-12-26 15:27:15 -03:00
args Move args and taskfile packages to root directory 2020-08-19 10:59:58 +02:00
cmd/task Move args and taskfile packages to root directory 2020-08-19 10:59:58 +02:00
completion Make completion compatible with MacOS 2020-09-03 18:52:36 -04:00
docs Merge pull request #415 from felladrin/patch-1 2021-01-02 11:02:49 -03:00
internal Make dynamic variables run on the right directory 2021-01-07 11:26:11 -03:00
taskfile Evaluate included taskfiles in order of declaration 2021-01-01 18:27:50 -03:00
testdata Make dynamic variables run on the right directory 2021-01-07 11:26:11 -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 .gitignore: Add /tmp 2021-01-01 18:30:14 -03:00
.goreleaser.yml Release ARMv6 and ARM64 binaries on Linux 2021-01-03 19:12:38 -03:00
CHANGELOG.md Make dynamic variables run on the right directory 2021-01-07 11:26:11 -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 mvdan/sh to v3.2.1 2020-12-05 18:59:34 -03:00
go.sum Upgrade mvdan/sh to v3.2.1 2020-12-05 18:59:34 -03:00
help.go Move args and taskfile packages to root directory 2020-08-19 10:59:58 +02: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 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 Fix a bug when the checksum up-to-date resolution is used by a task with a custom label: attribute 2021-01-03 19:22:38 -03:00
task_test.go Make dynamic variables run on the right directory 2021-01-07 11:26:11 -03:00
task.go Evaluate included taskfiles in order of declaration 2021-01-01 18:27:50 -03:00
Taskfile.yml Update Taskfile.yml 2020-12-05 19:10:49 -03:00
variables.go Make dynamic variables run on the right directory 2021-01-07 11:26:11 -03:00
watch.go Remove manual event trigger 2021-01-05 11:36:30 -03: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.