From 44bc0971adb0145abe792cb7b8703e23c0bbee0b Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Sun, 12 Mar 2023 19:01:19 +0000 Subject: [PATCH] Website > Community: Document `mk` tool support (#1052) --- docs/docs/community.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/community.md b/docs/docs/community.md index 98739f21..c8dbab68 100644 --- a/docs/docs/community.md +++ b/docs/docs/community.md @@ -45,6 +45,11 @@ There's a JetBrains IntelliJ plugin done by [@lechuckroh](https://github.com/lechuckroh), which has its code [here](https://github.com/lechuckroh/task-intellij-plugin) and is published [here](https://plugins.jetbrains.com/plugin/17058-taskfile). +## Other Integrations + +- [mk](https://github.com/pycontribs/mk) command line tool recognizes Taskfiles + natively. + ## Installation methods Some installation methods are maintained by third party: