HACKER Q&A
📣 nathan_tarbert

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


I'm not a Rust developer so I'm looking for a solution I can build in JavaScript.


  👤 hiAndrewQuinn Accepted Answer ✓
I don't know much about JS, but Python's `click` and `typer` libraries are both excellent.

👤 tejinderss
Try Deno, it compiles cli apps in distributable binaries

👤 destevil
node has good libraries like yargs.