TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Ask HN: What is the best way to build a command line tool?
3 points
by
nathan_tarbert
over 1 year ago
I'm not a Rust developer so I'm looking for a solution I can build in JavaScript.
3 comments
hiAndrewQuinn
over 1 year ago
I don't know much about JS, but Python's `click` and `typer` libraries are both excellent.
tejinderss
over 1 year ago
Try Deno, it compiles cli apps in distributable binaries
destevil
over 1 year ago
node has good libraries like yargs.