1
0
mirror of https://github.com/go-task/task.git synced 2025-01-04 03:48:02 +02:00
A task runner / simpler Make alternative written in Go https://taskfile.dev/
Go to file
Marco Molteni bffb6e1a07 add regression test for SIGINT behavior
See go-task/task/#458

Helper (sleepit) and test code based on https://github.com/marco-m/timeit
2022-05-13 17:36:52 -07:00
.github Upgrade to Go 1.18 is out. Set 1.17 as the minimal version 2022-03-21 15:23: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
cmd/task refactor with support for --list and --list-all 2022-03-21 12:59:25 -05:00
completion Fix broken completion when no taskfile is found 2022-05-07 23:20:08 +07:00
docs taskfile.dev: Add link to Discord server 2022-05-11 22:50:54 -03:00
internal add regression test for SIGINT behavior 2022-05-13 17:36:52 -07:00
taskfile Merge pull request #656 from tylermmorton/master 2022-03-31 21:12:15 -03:00
testdata add regression test for SIGINT behavior 2022-05-13 17:36:52 -07:00
.editorconfig taskfile.dev: Add link to Discord server 2022-05-11 22:50:54 -03:00
.gitattributes Initial commit 2017-02-26 20:14:36 -03:00
.gitignore gitignore more editors 2021-04-20 14:54:24 +02:00
.goreleaser.yml Add completions to nfpms packages 2022-01-14 20:48:28 +11:00
CHANGELOG.md v3.12.1 2022-05-10 18:00:45 -03:00
concurrency.go Adding a --concurrency (-C) flag 2021-03-07 09:49:57 -03:00
errors.go Fix suggestion to use task --init not being shown anymore 2018-08-19 16:23:32 -03:00
go.mod Bump mvdan.cc/sh/v3 from 3.4.3 to 3.5.0 2022-05-12 02:02:57 +00:00
go.sum Bump mvdan.cc/sh/v3 from 3.4.3 to 3.5.0 2022-05-12 02:02:57 +00:00
hash.go Only run task once for #53 2021-07-31 19:36:40 -03:00
help.go CHANGELOG: Add entry for #691 2022-03-31 21:40:16 -03:00
init.go fix(#584): Add support to yaml extension 2022-01-02 15:23:10 +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
precondition.go Move args and taskfile packages to root directory 2020-08-19 10:59:58 +02:00
README.md New logo and color 2020-12-27 19:07:38 -03:00
status.go Small improvement and CHANGELOG for #477 2021-07-10 21:58:03 -03:00
task_test.go Merge pull request #656 from tylermmorton/master 2022-03-31 21:12:15 -03:00
task.go CHANGELOG: Add entry for #691 2022-03-31 21:40:16 -03:00
Taskfile.yml add regression test for SIGINT behavior 2022-05-13 17:36:52 -07:00
unix_test.go add regression test for SIGINT behavior 2022-05-13 17:36:52 -07:00
variables.go Improvements + CHANGELOG for #677 2022-03-19 18:41:03 -03:00
watch.go use status.Glob for watch globbing 2021-05-08 15:02:08 -05:00

Task

Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.

See taskfile.dev for the documentation.