Skip to content

Comment on Create an internal CLI using Justparent

Comments

`make` is a great tool, but specifically for this use case (creating a distributable CLI), `just` has lots of batteries-included features such as

* a way to list all available commands

* generate completions

* run shebang commands

.. and many more quality-of-life things.

It is probably possible to achieve these using `make`, but not without some hacking.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.