Ask HN: What is the best way to build a command line tool?

  • I don't know much about JS, but Python's `click` and `typer` libraries are both excellent.

  • Try Deno, it compiles cli apps in distributable binaries

  • node has good libraries like yargs.