-
I find `just` to be better suited than `make` for this use case: https://github.com/casey/just
The siblings comment is good too, and often I'll put all the various commands into a subdir, and `just` is just an interface to that, particularly so if the script gets complex.
Then, `just` is really a signal "hey, this repo supports this interface" and things like `just -l` for discoverability.
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
Author tried bazel 8 years ago, which is when the article was written. Judging by his GH repos, he's still using Makefiles.
https://github.com/dimonomid/bulgaria-freelance-taxes/blame/...
-
Has anyone tried SCONS? Came across someone using it in a place where I worked earlier.
Python-based make-like tool.
https://scons.org/