Crust
A TypeScript-first, Bun-native CLI framework with composable modules.
Install / Use
/learn @chenxin-yan/CrustREADME
What is Crust?
Crust is a modern CLI framework built specifically for TypeScript and Bun. It provides a modular architecture for building command-line tools with features like command routing, argument parsing, interactive prompts, validation, and persistence—all with first-class TypeScript support.
Who uses Crust?
Packages
| Package | Description | Version | Downloads |
| ---------------------------------------------------------------------- | -------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| @crustjs/crust | CLI tooling — build and distribute standalone executables | |
|
|
@crustjs/core | Core: command definition, arg parsing, routing, plugins, errors | |
|
|
@crustjs/plugins | Official plugins: help, version, autocomplete | |
|
|
@crustjs/style | Terminal styling foundation | |
|
|
@crustjs/prompts | Interactive terminal prompts | |
|
|
@crustjs/validate | Validation helpers | |
|
|
@crustjs/store | DX-first, typed persistence for CLI apps with config/data/state/cache separation | |
|
|
@crustjs/skills | Agent skill generation from Crust command definitions | |
|
|
@crustjs/create | Headless scaffolding engine for building create-xxx tools | |
|
|
create-crust | Project scaffolding tool | |
|
Getting Started
bun create crust my-cli
cd my-cli
bun run dev
Related Skills
node-connect
339.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Writing Hookify Rules
83.9kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
review-duplication
99.3kUse this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.
