|
|
|
|
|
by DanHulton
659 days ago
|
|
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. |
|