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.
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.