Task – a task runner / build tool simpler and easier to use compared to GNU Make (taskfile.dev) 38 points by thunderbong 3y ago ↗ HN
[–] kramerger 3y ago ↗ Simpler only if you love yaml.I find the two-level structure of a makefile easier to follow.
[–] kitd 3y ago ↗ Nice. The flexibility in identifying whether a task needs to run gives a lot of power.
[–] dpassen1 3y ago ↗ I switched some personal projects over from just to this recently. It was the automatic parallelization of dependent tasks that won me over.
5 comments
[ 3.0 ms ] story [ 25.7 ms ] threadI find the two-level structure of a makefile easier to follow.