Y
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
arielcostas
139 days ago
How does `just` compare to Task (
https://taskfile.dev/
)?
link
timw4mail
139 days ago
Just uses make-like syntax, not yaml, which I view as a
huge
advantage.
link