Makefiles for Web Work (2022)

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • just

    🤖 Just a command runner

    You said the key word there, "just":

    https://github.com/casey/just

    This is what I use when I want the "common entry points" to a project, but don't need all the "make weirdness". It makes it very easy to essentially create a project-specific CLI, and has a bunch of features to make THAT use case much easier.

  • SaaSHub

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

    SaaSHub logo
  • cargo-make

    Rust task runner and build tool.

  • Task

    A task runner / simpler Make alternative written in Go

    I use https://taskfile.dev and I love it.

  • babashka

    Native, fast starting Clojure interpreter for scripting

    A bit late to the party but have you heard of or tried babashka? It's kinda the nuclear option but it might fit your use case.

    https://babashka.org/

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 konow that Rust is
the 5th most popular programming language
based on number of metions?