1
0
mirror of https://github.com/go-task/task.git synced 2025-01-06 03:53:54 +02:00
A task runner / simpler Make alternative written in Go https://taskfile.dev/
Go to file
2024-03-10 17:17:53 +00:00
.github chore: update go minimum version to 1.21 2024-02-17 23:29:49 -03:00
.vscode chore(vscode): add sample settings.json with yaml schema configuration 2023-08-09 21:30:15 -03:00
args feat: pass ast.Call by reference 2024-02-22 14:58:24 -06:00
bin
cmd refactor: move flags into their own package (#1521) 2024-02-29 00:12:19 +00:00
completion fix(completions): support lowercase filename for Taskfile (#1482) 2024-01-25 20:57:21 -03:00
docs v3.35.1 2024-03-04 22:19:25 +00:00
errors feat: error when multiple wildcard matches are found 2024-02-22 14:58:24 -06:00
internal feat: parse templates in collection-type variables (#1526) 2024-03-10 17:11:07 +00:00
taskfile feat: parse templates in collection-type variables (#1526) 2024-03-10 17:11:07 +00:00
testdata feat: parse templates in collection-type variables (#1526) 2024-03-10 17:11:07 +00:00
.editorconfig Improved fish shell completions 2022-10-15 00:24:11 +03:00
.gitattributes
.gitignore chore(vscode): add sample settings.json with yaml schema configuration 2023-08-09 21:30:15 -03:00
.golangci.yml feat: enforce gofumpt linter 2023-04-05 21:55:42 -03:00
.goreleaser.yml goreleaser: skip automatic winget release on ci 2023-08-26 19:00:14 -03: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 #1526 2024-03-10 17:17:53 +00:00
concurrency.go
go.mod chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#1524) 2024-03-10 11:22:31 -03:00
go.sum chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#1524) 2024-03-10 11:22:31 -03:00
hash.go refactor: taskfile/ast package (#1450) 2023-12-29 20:32:03 +00:00
help.go fix: list tasks (#1520) 2024-02-28 19:44:34 -03: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.35.1 2024-03-04 22:19:25 +00:00
package.json v3.35.1 2024-03-04 22:19:25 +00:00
precondition.go refactor: taskfile/ast package (#1450) 2023-12-29 20:32:03 +00:00
README.md chore(website): remove gold sponsors section 2023-10-21 18:59:22 -03:00
requires.go feat: pass ast.Call by reference 2024-02-22 14:58:24 -06:00
setup.go fix: taskfile directory (#1530) 2024-03-04 11:34:44 +00:00
signals_test.go fix: signal and watch tests 2023-08-09 21:12:50 -03:00
signals.go refactor: remove newlines from formatter print functions (#1137) 2023-04-26 21:20:06 -03:00
status.go feat: pass ast.Call by reference 2024-02-22 14:58:24 -06:00
task_test.go fix: taskfile directory (#1530) 2024-03-04 11:34:44 +00:00
task.go feat: parse templates in collection-type variables (#1526) 2024-03-10 17:11:07 +00:00
Taskfile.yml chore(taskfile): add task to install goreleaser 2023-10-07 19:38:16 -03:00
variables.go feat: parse templates in collection-type variables (#1526) 2024-03-10 17:11:07 +00:00
watch_test.go refactor: taskfile/ast package (#1450) 2023-12-29 20:32:03 +00:00
watch.go feat: pass ast.Call by reference 2024-02-22 14:58:24 -06: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