Taskfile: A Modern Alternative to Makefile
cloudnativeengineer.substack.com
Taskfile: A Modern Alternative to Makefile
1–10 of 223 posts
Re: Taskfile: A Modern Alternative to Makefile
#2Re: Taskfile: A Modern Alternative to Makefile
#3How does this compare with `just`[0]? I've never written a Makefile but I'm a big fan of `just`. [0] https://github.com/casey/just
Re: Taskfile: A Modern Alternative to Makefile
#4Re: Taskfile: A Modern Alternative to Makefile
#5Better documented, better designed and architected (taking more use-cases / edge-cases into account), composable, easier to debug, fewer dependencies.
Re: Taskfile: A Modern Alternative to Makefile
#6Re: Taskfile: A Modern Alternative to Makefile
#7How does this compare with `just`[0]? I've never written a Makefile but I'm a big fan of `just`. [0] https://github.com/casey/just
Taskfile looks heavily inspired by terraform and other "cloud native tooling (read: lots of yaml)
Re: Taskfile: A Modern Alternative to Makefile
#8Re: Taskfile: A Modern Alternative to Makefile
#9I have never tested it enough to discover things it does wrong, but given how new and not exactly popular this tool is, I bet there are lots of things it doesn't do right...
So, I have no idea why would anyone want this tool... beside just using one extra infra tool to appear as if you know something others don't (and that's exactly the kind of people who use it at my workplace).