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
dependabot[bot] e0fcb040ee
build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /docs (#1064)
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases)
- [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@sideway/formula"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 14:46:23 -03:00
.github chore: update to go 1.20 2023-02-13 13:28:49 +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 Fix capitalization of flags descriptions on task -h 2023-03-08 23:24:39 -03:00
completion Update task.ps1 2022-10-18 00:09:07 +08:00
docs build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /docs (#1064) 2023-03-16 14:46:23 -03:00
internal refactor: decouple fingerprinting from executor (#1039) 2023-03-10 15:27:30 -03:00
taskfile Add ability to set error_only: true on the group output mode 2023-03-08 22:34:52 -03:00
testdata Add ability to set error_only: true on the group output mode 2023-03-08 22:34:52 -03: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
.golangci.yml feat: add local-prefixes flag to goimports linter (#958) 2022-12-18 22:06:09 -03:00
.goreleaser.yml Add new TASK_VERSION special variable 2023-02-22 22:08:38 -03:00
.nvmrc Website: Upgrade Docusaurus (#956) 2022-12-17 11:43:43 -03:00
CHANGELOG.md v3.22.0 2023-03-10 15:35:56 -03: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 build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#1036) 2023-03-10 15:31:39 -03:00
go.sum build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#1036) 2023-03-10 15:31:39 -03:00
hash.go Only run task once for #53 2021-07-31 19:36:40 -03:00
help.go refactor: decouple fingerprinting from executor (#1039) 2023-03-10 15:27:30 -03: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.22.0 2023-03-10 15:35:56 -03:00
package.json v3.22.0 2023-03-10 15:35:56 -03:00
precondition.go refactor: decouple fingerprinting from executor (#1039) 2023-03-10 15:27:30 -03:00
README.md Website/README: Add link to the Mastodon account 2023-01-01 21:24:16 -03:00
setup.go feat: use semver package for taskfile schema version 2023-02-10 18:14:38 +00: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 refactor: decouple fingerprinting from executor (#1039) 2023-03-10 15:27:30 -03:00
task_test.go Add ability to set error_only: true on the group output mode 2023-03-08 22:34:52 -03:00
task.go refactor: decouple fingerprinting from executor (#1039) 2023-03-10 15:27:30 -03:00
Taskfile.yml refactor: decouple fingerprinting from executor (#1039) 2023-03-10 15:27:30 -03:00
variables.go refactor: decouple fingerprinting from executor (#1039) 2023-03-10 15:27:30 -03:00
watch_test.go Prevent TestFileWatcherInterval from running on CI 2022-12-17 11:08:41 -03:00
watch.go refactor: decouple fingerprinting from executor (#1039) 2023-03-10 15:27:30 -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

Gold Sponsors