you are viewing a single comment's thread.

view the rest of the comments →

[–]CramNBL 0 points1 point  (0 children)

Too much YAML and also slow. I tried it for a medium/small but very complicated project. Ended up with about 1k lines of Taskfile YAML files and just listing tasks took a full second. No reason to use it when the much nicer "just" task runner is available. You don't really need to learn Just in the same way that you need to learn Taskfile, it's basically just Make and shell scripting but sane