Hacker News new | ask | show | jobs
by nicoburns 139 days ago
https://github.com/casey/just is an uncursed make (for task running purposes - it's not a general build system)
1 comments

How does `just` compare to Task (https://taskfile.dev/)?
Just uses make-like syntax, not yaml, which I view as a huge advantage.