1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
A task runner / simpler Make alternative written in Go https://taskfile.dev/
Go to file
Andrey Nering 743a15f35b v3.33.0
2023-12-20 23:20:06 -03:00
.github chore: bump golangci-lint version 2023-12-19 01:20:11 +00:00
.vscode chore(vscode): add sample settings.json with yaml schema configuration 2023-08-09 21:30:15 -03:00
args refactor: rename Var.Static to Var.Value 2023-12-20 19:55:25 -06:00
bin Fix behavior of interrupt (SIGINT, SIGTERM) signals 2022-06-11 22:43:22 -03:00
cmd feat: CLI_FORCE special variable (#1434) 2023-12-21 02:08:57 +00:00
completion chore: improve powershell completion script (#1168) 2023-05-22 21:47:11 -03:00
docs v3.33.0 2023-12-20 23:20:06 -03:00
errors feat: prefer remote taskfiles over cached ones (#1345) 2023-11-17 14:51:10 -06:00
internal fix: non-evaluated nil values should be converted to empty strings to avoid empty interface errors in the templater 2023-12-20 19:55:25 -06:00
taskfile feat: for supports variables and lists of any type 2023-12-20 19:55:25 -06:00
testdata feat: testdata 2023-12-20 19:55:25 -06: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 v3.33.0 2023-12-20 23:20:06 -03:00
concurrency.go
go.mod chore(deps): bump golang.org/x/term from 0.14.0 to 0.15.0 (#1419) 2023-12-13 13:34:20 -03:00
go.sum chore(deps): bump golang.org/x/term from 0.14.0 to 0.15.0 (#1419) 2023-12-13 13:34:20 -03:00
hash.go Only run task once for #53 2021-07-31 19:36:40 -03:00
help.go feat: add aliases to --json output 2023-12-20 21:54:52 -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.33.0 2023-12-20 23:20:06 -03:00
package.json v3.33.0 2023-12-20 23:20:06 -03:00
precondition.go fix(precondition): do not print error if context was aborted (#1338) 2023-10-07 19:01:57 -03:00
README.md chore(website): remove gold sponsors section 2023-10-21 18:59:22 -03:00
requires.go feat: add ability to specify which vars are required (#1204) 2023-06-29 22:13:41 -03:00
setup.go feat: prefer remote taskfiles over cached ones (#1345) 2023-11-17 14:51:10 -06: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 refactor: decouple fingerprinting from executor (#1039) 2023-03-10 15:27:30 -03:00
task_test.go refactor: rename Var.Static to Var.Value 2023-12-20 19:55:25 -06:00
task.go fix: handle errors when sh is used in Taskfiles with the any variables experiment enabled 2023-12-20 19:55:25 -06:00
Taskfile.yml chore(taskfile): add task to install goreleaser 2023-10-07 19:38:16 -03:00
variables.go fix: handle errors when sh is used in Taskfiles with the any variables experiment enabled 2023-12-20 19:55:25 -06:00
watch_test.go fix: exclude other "ignored" files. (#1356) 2023-10-07 18:38:14 -03:00
watch.go feat: support negative globs (#1324) 2023-11-29 22:38:12 -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