Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chenxin-yan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
chenxin-yan
6mo ago
I will add color support for help plugin later. open a issue if you found bugs or improvement
2.
▲
by
chenxin-yan
6mo ago
ohh thank you for pointing that out. I just double checked the semver docs and it makes sense now. Something new I learned today
3.
▲
by
chenxin-yan
6mo ago
Technically most modules would work with node.js as they are not using any bun specific APIs. The reason for crust to be all in bun is because bun can compile your cli into binaries for distribution which powers curst build. The idea is tha
4.
▲
by
chenxin-yan
6mo ago
Hi, I will update the README.md to make it more informative. The reason I left it kinda empty is because curst has a website that have more details about this project at crustjs.com. I just had the link in README.md for now
5.
▲
by
chenxin-yan
6mo ago
Hi, the comment I left in README.md is just to warn user that do expect breaking changes before 1.0 for THIS PROJECT specifically. there is no implication that semver as a standard is promoting arbitrary changes/version before 1.0.
6.
▲
by
chenxin-yan
6mo ago
Hi, the creator of crust here, the binary size varies between platforms. With the hello world cli, the smallest, on darwin-arm64 it is 58.1M, the largest on windows-x64 is 109M. hope this helps!
7.
▲
by
chenxin-yan
6mo ago
Hi, I called it "CLI framework" because it is more of a ecosystem of modules that contains everything you need to build a CLI, argument parsing is just part of it. The @crustjs/core module is the argument parser, and there ar