Replies: 2 comments 2 replies
-
Actually, Kit looks pretty interesting, but its claim to "Make the dev loop crazy fast" turns me off a little. It's also doing something different than Task (is intended for). Task itself is not really doing that much. Its directly comparable to Make, or a shell script (i.e. bash). All are equally capable. The real value of Task that is that it provides a method for doing those things which seems more approachable to people who are not so experienced in either Make or Scripting. Recently I've started thinking that a shell script a curl might be a better alternative ... Task has lots and lots of issues, most of which are lets say "user expectation issues", or a case of not really knowing how to use Task to solve their problem - you do have to read through the doc to understand how to use Task, and even then, you still need experience (of Make or shell) to really take advantage of it ... to understand what is really possible. If you have a competing tool, I would suggest directly supporting the Task schema with its basic version 3 schema. There are efforts to extend Task further, which will probably only complicate things more, so some users might be interested in a more conservative implementation that recovers some of the grace of Make and shell/bash scripts. |
Beta Was this translation helpful? Give feedback.
-
I should mention, I also programmatically generate taskfiles, so having a structured Yaml schema makes that particularly easy to do. It's only a small part of what we do, and it does work. We could also generate shell scripts ... I guess. Or use another tool. Our approach is perhaps not so sofisticated as what you have, never the less take a look if you want:
|
Beta Was this translation helpful? Give feedback.
-
I wonder if anyone has made a comparison between Task and other tools?
taskfile.dev
Kit
Goreman
mprocs
concurrently (NPM)
Beta Was this translation helpful? Give feedback.
All reactions