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 6335878317
Merge pull request #896 from go-task/ignore-fleet-settings
Ignore fleet configuration directory
2022-10-13 12:35:40 -03:00
.github Upgrade to Go v1.19 2022-08-03 20:58:06 -03: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 Add -n as short cut for --dry - solves #776 2022-06-13 12:47:03 +02:00
completion Merge pull request #861 from cdaguerre/feat/make-zsh-completion-configurable 2022-09-08 21:01:04 -03:00
docs Merge pull request #882 from go-task/contribution-guide 2022-10-06 22:38:44 -03:00
internal feat: add coloured output to --list, --list-all and --summary flags 2022-10-07 09:54:17 +00:00
taskfile Merge branch 'internal-tasks' of https://github.com/pd93/task into pd93-internal-tasks 2022-09-17 12:59:19 -03:00
testdata Add CHANGELOG entry and API documentation for #818 2022-09-17 13:11:16 -03:00
.editorconfig Add extension sh & bash to .editorconfig 2022-05-22 16:14:04 +02: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 Modify goreleaser defaults for reproducible builds 2022-08-10 15:33:17 +02:00
CHANGELOG.md Add CHANGELOG for #874 2022-10-07 10:01:54 +00:00
concurrency.go Adding a --concurrency (-C) flag 2021-03-07 09:49:57 -03:00
errors.go Merge branch 'internal-tasks' of https://github.com/pd93/task into pd93-internal-tasks 2022-09-17 12:59:19 -03:00
go.mod Upgrade to Go v1.19 2022-08-03 20:58:06 -03:00
go.sum Upgrade to Go v1.19 2022-08-03 20:58:06 -03:00
hash.go Only run task once for #53 2021-07-31 19:36:40 -03:00
help.go feat: add coloured output to --list, --list-all and --summary flags 2022-10-07 09:54:17 +00:00
init.go Fix go-critic suggestions 2022-08-17 19:37:58 +02:00
install-task.sh Update install script 2021-01-12 10:43:45 -03:00
LICENSE MIT LICENS file 2017-02-28 09:15:25 -03:00
package-lock.json v3.16.0 2022-09-29 22:01:16 -03:00
package.json v3.16.0 2022-09-29 22:01:16 -03:00
precondition.go Move args and taskfile packages to root directory 2020-08-19 10:59:58 +02:00
README.md README: Add more links 2022-09-29 13:33:20 -03:00
setup.go Add ROOT_DIR and TASKFILE_DIR special variables 2022-09-03 18:14:54 -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 Fix test related to task lables 2022-09-30 19:17:04 +04:00
task.go Merge branch 'internal-tasks' of https://github.com/pd93/task into pd93-internal-tasks 2022-09-17 12:59:19 -03:00
Taskfile.yml Add package.json to allow users to install Task using npm 2022-09-29 21:27:30 -03:00
variables.go feat(task): tasks can be internal (not accessible from cli) 2022-08-16 17:06:25 +00:00
watch.go Adds --carry flag to enable carrying error codes from task cmds 2022-06-02 14:22:00 +02: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