As a task runner. What do you use?
Just.
It is a less heavyweight make. Similar syntax and behavior, no .PHONY, a couple of helper functions and behaviors. It is designed as a task runner rather than a build system.
I’m not GP but I use poetry. Can’t even imagine working with Python without it.
https://python-poetry.org/docs/cli/
Just.
It is a less heavyweight make. Similar syntax and behavior, no .PHONY, a couple of helper functions and behaviors. It is designed as a task runner rather than a build system.