Software Alternatives & Reviews

Using Make – writing less Makefile

Task Ninja Build
  1. 1
    Task is a task runner / build tool that aims to be simpler and easier to use
    Pricing:
    • Open Source
    A similar tool is `task` https://taskfile.dev/ . It is quite capable and also a single executable. I've grown to quite like it.

    #Utilities #Application Utilities #Code Automation Tools 26 social mentions

  2. Ninja is a small build system with a focus on speed.
    Pricing:
    • Open Source
    Ninja was super easy to pick up even after using make for some time (10+ years). GN is just a ninja generator that is optional. https://gn.googlesource.com/gn/+/main/docs/quick_start.md https://ninja-build.org/.

    #Front End Package Manager #JavaScript Package Manager #JS Build Tools 22 social mentions

Discuss: Using Make – writing less Makefile

Log in or Post with