Comment on Makefiles for Web Work (2022)parentComments−DanHulton2yYou said the key word there, "just":https://github.com/casey/justThis is what I use when I want the "common entry points" to a project, but don't need all the "make weirdness". It makes it very easy to essentially create a project-specific CLI, and has a bunch of features to make THAT use case much easier.
Comments
You said the key word there, "just":
https://github.com/casey/just
This is what I use when I want the "common entry points" to a project, but don't need all the "make weirdness". It makes it very easy to essentially create a project-specific CLI, and has a bunch of features to make THAT use case much easier.