All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Crust: A TypeScript-First, Bun-Native CLI Framework with Composable Modules

By

jellyotsiro

2mo ago· 2 min readenCode

Summary

Crust is a modern CLI framework specifically designed for TypeScript and Bun runtime environments. It offers a modular architecture for building command-line tools with features including command routing, argument parsing, interactive prompts, validation, and persistence, all with first-class TypeScript support. The framework includes packages like @crustjs/crust for CLI tooling to build and distribute standalone executables.

Key quotes

· 3 pulled
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.
CLI tooling — build and distribute standalone executables
Snippet from the RSS feed
A TypeScript-first, Bun-native CLI framework with composable modules. - chenxin-yan/crust

You might also wanna read