Task – a task runner / build tool simpler and easier to use compared to GNU Make(taskfile.dev)
taskfile.dev
Task – a task runner / build tool simpler and easier to use compared to GNU Make
https://taskfile.dev/
5 comments
I switched some personal projects over from just to this recently. It was the automatic parallelization of dependent tasks that won me over.
how does this compare to just (https://just.systems/man/en/)?
Nice. The flexibility in identifying whether a task needs to run gives a lot of power.
I am using it for my side project and it's very easy to configure and manage.
I find the two-level structure of a makefile easier to follow.