-
Notifications
You must be signed in to change notification settings - Fork 1
task runner
dozens edited this page Oct 12, 2023
·
1 revision
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