Taskfile: A Modern Alternative to Makefile

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • scons

    SCons - a software construction tool

  • 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.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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

  • 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

  • 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

  • Taskfile

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

  • 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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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