Viewing profile — chenxin-yan
chenxin-yan
HN member- Joined
- Sun, Sep 21, 2025, 2:58 AM UTC
- HN karma
- 2
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About chenxin-yan
No profile information was provided.
Recent public activity
-
comment
Comment #47430113
I will add color support for help plugin later. open a issue if you found bugs or improvement
-
comment
Comment #47420537
ohh thank you for pointing that out. I just double checked the semver docs and it makes sense now. Something new I learned today
-
comment
Comment #47419907
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 binarie…
-
comment
Comment #47418997
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.co…
-
comment
Comment #47418977
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…
-
comment
Comment #47418952
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. ho…
-
comment
Comment #47418629
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/cor…