Taskfile: A Modern Alternative to Makefile

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. scons

    SCons - a software construction tool

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. cue

    The home of the CUE language! Validate and define text-based and dynamic configuration

    Yes. I said it in another comment as well, but I'm rooting for a solid non turing complete conf language like CUElang (https://cuelang.org) to become popular. For now we can already use it to check and generate regular JSON or YAML, which is a good compat story.

    But imagine having this in CI instead of YAML files.

  4. just

    🤖 Just a command runner

    How 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

  5. toast

    Containerize your development and continuous integration environments. 🥂 (by stepchowfun)

    This looks a lot like Toast [1], except that Toast runs your tasks in a (more) reproducible containerized environment to help eliminate the "works on my machine" problem.

    [1] https://github.com/stepchowfun/toast

  6. lollypops

    Lollypop Operations - NixOS Deployment Tool

    Taskfile is great! I used it to write a NixOS deployment tool [1] which I have been using ever since

    [1] https://github.com/pinpox/lollypops

  7. Taskfile

    Discontinued Remember how to run all your shell based workflows. (by svandragt)

  8. Rake

    A make-like build utility for Ruby.

    Rake[0] is still the best ‘make-like’ build tool I’ve used for general purpose stuff. The syntax is nice and it’s just Ruby which is a delight. I briefly used Mage (similar, but Go) and it was fine too.

    [0]: https://github.com/ruby/rake

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

Did you know that Rust is
the 5th most popular programming language
based on number of references?