1
0
mirror of https://github.com/go-task/task.git synced 2024-12-04 10:24:45 +02:00
A task runner / simpler Make alternative written in Go https://taskfile.dev/
Go to file
2022-11-12 10:12:01 -03:00
.github feat: add actions to auto label issues 2022-10-15 17:47:39 +00:00
args Add support for delegating CLI arguments with "--" and a special CLI_ARGS variable 2021-03-20 11:58:45 -03:00
bin Fix behavior of interrupt (SIGINT, SIGTERM) signals 2022-06-11 22:43:22 -03:00
cmd refactor: implement task list filtering 2022-11-02 14:42:59 +00:00
completion Update task.ps1 2022-10-18 00:09:07 +08:00
docs Add Gold Sponsors section 2022-11-12 10:12:01 -03:00
internal Add CHANGELOG and improvements to #887 2022-10-14 19:48:45 -03:00
taskfile feat: run default task in included file when task is omitted 2022-11-02 14:27:15 +00:00
testdata refactor: implement task list filtering 2022-11-02 14:42:59 +00:00
.editorconfig Improved fish shell completions 2022-10-15 00:24:11 +03:00
.gitattributes Initial commit 2017-02-26 20:14:36 -03:00
.gitignore chore: ignore fleet configuration directory 2022-10-13 14:37:52 +00:00
.goreleaser.yml revert changes, add fix for arm downloads 2022-10-17 09:25:26 +02:00
CHANGELOG.md refactor: implement task list filtering 2022-11-02 14:42:59 +00:00
concurrency.go Adding a --concurrency (-C) flag 2021-03-07 09:49:57 -03:00
errors.go Merge branch 'feat/suggest-similar-task' 2022-10-14 20:08:00 -03:00
go.mod Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 2022-10-29 11:03:18 +00:00
go.sum Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 2022-10-29 11:03:18 +00:00
hash.go Only run task once for #53 2021-07-31 19:36:40 -03:00
help.go refactor: implement task list filtering 2022-11-02 14:42:59 +00:00
init.go Fix go-critic suggestions 2022-08-17 19:37:58 +02: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.17.0 2022-10-14 21:11:48 -03:00
package.json v3.17.0 2022-10-14 21:11:48 -03:00
precondition.go Move args and taskfile packages to root directory 2020-08-19 10:59:58 +02:00
README.md Add Gold Sponsors section 2022-11-12 10:12:01 -03:00
setup.go Refactor: Use early return 2022-11-02 10:23:19 -03:00
signals_test.go Hide signals tests behind a build tag 2022-06-15 10:06:38 -03:00
signals.go Fix go-critic suggestions 2022-08-17 19:37:58 +02:00
status.go Allow override the .task dir location with the TASK_TEMP_DIR env 2022-07-08 14:40:10 -03:00
task_test.go refactor: implement task list filtering 2022-11-02 14:42:59 +00:00
task.go refactor: implement task list filtering 2022-11-02 14:42:59 +00:00
Taskfile.yml Add some alises to our own Taskfiles 2022-10-14 19:28:27 -03:00
variables.go feat: aliases 2022-10-07 11:11:14 +00:00
watch.go Small adjustments + CHANGELOG for #865 2022-10-14 16:51:14 -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 | Discord

Gold Sponsors