TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Ask HN: What is the best way to build a command line tool?
3 点
作者
nathan_tarbert
超过 1 年前
I'm not a Rust developer so I'm looking for a solution I can build in JavaScript.
3 条评论
hiAndrewQuinn
超过 1 年前
I don't know much about JS, but Python's `click` and `typer` libraries are both excellent.
tejinderss
超过 1 年前
Try Deno, it compiles cli apps in distributable binaries
destevil
超过 1 年前
node has good libraries like yargs.