1
0
mirror of https://github.com/go-task/task.git synced 2024-12-02 09:02:13 +02:00
A task runner / simpler Make alternative written in Go https://taskfile.dev/
Go to file
dependabot[bot] 973e928c28
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /website (#1934)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-30 12:01:46 -03:00
.github chore(deps): update goreleaser/goreleaser-action action to v6 (#1852) 2024-10-06 00:21:52 +00: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 Fix behavior of interrupt (SIGINT, SIGTERM) signals 2022-06-11 22:43:22 -03:00
cmd chore: allow using only github.com/go-task/task/v3/errors package (#1926) 2024-11-30 12:00:58 -03:00
completion fix(completions): zsh and powershell completions (#1809) 2024-09-18 10:46:02 -04:00
errors feat: option to ensure variable is within the list of values (#1827) 2024-10-18 18:16:57 +02:00
internal chore: allow using only github.com/go-task/task/v3/errors package (#1926) 2024-11-30 12:00:58 -03:00
taskfile chore(deps): switch to mainted fork of git-urls (#1917) 2024-11-12 09:29:29 +01:00
testdata fix: typos in docs, changelog, testdata, comments (#1910) 2024-11-07 13:25:59 -03:00
website chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /website (#1934) 2024-11-30 12:01:46 -03: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 chore: allow using only github.com/go-task/task/v3/errors package (#1926) 2024-11-30 12:00:58 -03:00
.goreleaser.yml fix: snapshot builds and wrong winget version (#1824) 2024-09-20 10:13:42 -03:00
.mockery.yaml feat: use mockery/testify for mocking instead of mockgen/gomock (#1118) 2023-04-15 17:27:14 -03:00
.nvmrc chore(deps): update website (#1834) 2024-09-24 13:26:36 -04:00
.prettierrc.yml Configure Prettier for Markdown formatting (#1112) 2023-04-15 16:13:29 -03:00
CHANGELOG.md chore: changelog for #1883 2024-11-15 21:49:21 +01:00
completion.go feat: completion command (#1157) 2024-09-02 19:21:53 +00:00
concurrency.go Adding a --concurrency (-C) flag 2021-03-07 09:49:57 -03:00
go.mod chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#1927) 2024-11-30 11:58:17 -03:00
go.sum chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#1927) 2024-11-30 11:58:17 -03: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 MIT LICENS file 2017-02-28 09:15:25 -03:00
package-lock.json v3.40.0 2024-11-05 22:34:38 -03:00
package.json v3.40.0 2024-11-05 22:34:38 -03:00
precondition.go chore: allow using only github.com/go-task/task/v3/errors package (#1926) 2024-11-30 12:00:58 -03:00
README.md fix: update references to website directory 2024-03-21 01:04:07 +00:00
requires.go feat: option to ensure variable is within the list of values (#1827) 2024-10-18 18:16:57 +02: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: typos in docs, changelog, testdata, comments (#1910) 2024-11-07 13:25:59 -03:00
task.go feat: allow providing single or multi prompts (#1866) 2024-10-29 13:37:03 +00:00
Taskfile.yml chore(taskfile): fix goreleaser:install task to install correct version 2024-11-05 23:21:24 -03:00
variables.go fix: bug where non-nil, empty dynamic variables are returned as an empty interface (#1904) 2024-11-04 13:30:39 +00: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