Skip to content

task runner

dozens edited this page Oct 12, 2023 · 1 revision

task runner

back in the day i used to use Gulp. as was the fashion at the time. now people just use npm tasks?

putting scripts in your Makefile is make abuse.

just use a bash script or something.

Now I use just for almost everything: https://github.com/casey/just

a decent justfile becomes documentation of your development process

ADVANCED USE: there's no reason you can't also have a Makefile for [incremental builds](build tool) and just call it like just make

Clone this wiki locally