Comment by nicoburns
21 days ago
https://github.com/casey/just is an uncursed make (for task running purposes - it's not a general build system)
21 days ago
https://github.com/casey/just is an uncursed make (for task running purposes - it's not a general build system)
How does `just` compare to Task (https://taskfile.dev/)?
Just uses make-like syntax, not yaml, which I view as a huge advantage.