1
0
mirror of https://github.com/go-task/task.git synced 2025-01-08 04:04:08 +02:00
A task runner / simpler Make alternative written in Go https://taskfile.dev/
Go to file
dependabot[bot] 0c05dcbe0f
chore(deps): bump github.com/mattn/go-zglob from 0.0.5 to 0.0.6 (#1791)
Bumps [github.com/mattn/go-zglob](https://github.com/mattn/go-zglob) from 0.0.5 to 0.0.6.
- [Commits](https://github.com/mattn/go-zglob/compare/v0.0.5...v0.0.6)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-zglob
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-07 21:00:52 +01:00
.github website: add @vmaerten as a maintainer 2024-09-02 16:04:52 -03:00
.vscode chore(dev): add .vscode/extensions.json with recommended extensions 2024-08-24 22:16:22 -03:00
args feat: pass ast.Call by reference 2024-02-22 14:58:24 -06:00
bin
cmd feat: completion command (#1157) 2024-09-02 19:21:53 +00:00
completion fix(completion): display aliases in fish completion (#1782) 2024-09-02 16:06:01 -04:00
errors feat: add option to declare an included Taskfile as flatten (#1704) 2024-08-26 17:17:39 -04:00
internal feat: completion command (#1157) 2024-09-02 19:21:53 +00:00
taskfile refactor: check if the remote exists just before reading it (#1713) 2024-09-07 20:54:05 +01:00
testdata fix: include flatten with a default task (#1778) 2024-09-06 10:44:28 -03:00
website chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /website (#1789) 2024-09-06 13:43:32 +00:00
.editorconfig feat: add option to declare an included Taskfile as flatten (#1704) 2024-08-26 17:17:39 -04:00
.gitattributes chore: make github detect task as a go project again 2024-05-22 18:28:37 -03:00
.gitignore chore(dev): add .vscode/extensions.json with recommended extensions 2024-08-24 22:16:22 -03:00
.golangci.yml feat: ability to resolve refs using templating syntax (#1612) 2024-04-24 19:47:24 +00:00
.goreleaser.yml chore(goreleaser): release riscv64 binaries on linux (#1699) 2024-06-27 14:19:54 +00:00
.mockery.yaml feat: use mockery/testify for mocking instead of mockgen/gomock (#1118) 2023-04-15 17:27:14 -03:00
.nvmrc Website: Upgrade Docusaurus (#956) 2022-12-17 11:43:43 -03:00
.prettierrc.yml Configure Prettier for Markdown formatting (#1112) 2023-04-15 16:13:29 -03:00
CHANGELOG.md chore: changelog for #1713 2024-09-07 20:00:00 +00:00
completion.go feat: completion command (#1157) 2024-09-02 19:21:53 +00:00
concurrency.go
go.mod chore(deps): bump github.com/mattn/go-zglob from 0.0.5 to 0.0.6 (#1791) 2024-09-07 21:00:52 +01:00
go.sum chore(deps): bump github.com/mattn/go-zglob from 0.0.5 to 0.0.6 (#1791) 2024-09-07 21:00:52 +01:00
hash.go Update minimum go version (#1758) 2024-08-14 08:37:05 -05:00
help.go Update minimum go version (#1758) 2024-08-14 08:37:05 -05:00
init.go feat: custom error codes (#1114) 2023-04-15 17:22:25 -03:00
install-task.sh revert changes, add fix for arm downloads 2022-10-17 09:25:26 +02:00
LICENSE
package-lock.json v3.38.0 2024-06-30 14:50:47 +00:00
package.json v3.38.0 2024-06-30 14:50:47 +00:00
precondition.go refactor: taskfile/ast package (#1450) 2023-12-29 20:32:03 +00:00
README.md fix: update references to website directory 2024-03-21 01:04:07 +00:00
requires.go Update minimum go version (#1758) 2024-08-14 08:37:05 -05:00
setup.go fix(remote): TASK_REMOTE_DIR does not work when absolute (#1715) 2024-08-25 17:03:28 -04:00
signals_test.go Update minimum go version (#1758) 2024-08-14 08:37:05 -05:00
signals.go Update minimum go version (#1758) 2024-08-14 08:37:05 -05:00
status.go feat(remote): global tempDir when the path is absolute (#1661) 2024-06-28 17:01:11 +01:00
task_test.go fix: include flatten with a default task (#1778) 2024-09-06 10:44:28 -03:00
task.go feat(defer): expose EXIT_CODE special variable to defer: (#1762) 2024-08-14 22:53:14 -03:00
Taskfile.yml feat: better release task 2024-05-15 21:32:33 -03:00
variables.go fix: matrix loops should be deterministic (#1784) 2024-09-02 22:43:54 +01:00
watch_test.go fix: address compilation error on watch_test.go 2024-04-08 21:45:44 -03:00
watch.go fix: address compilation error on watch_test.go 2024-04-08 21:45:44 -03:00

Task

Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.

Installation | Documentation | Twitter | Mastodon | Discord