Guides
Add Authentication
Add credential resolution, interactive login, and authenticated HTTP requests to a maltty CLI.Build a CLI
Define commands, middleware, configuration, and use maltty's sub-exports to build a complete CLI tool.Build a Compiled CLI
Bundle and compile a maltty CLI into standalone binaries using `@maltty/bundler`.Component Stories
Develop and preview Ink components in isolation using the maltty stories viewer -- a Storybook-like TUI that runs in the terminal.Testing Your CLI
maltty ships test utilities at `maltty/test` so you can test commands, middleware, and full CLI pipelines without mocking `@clack/prompts` or wiring up streams by hand.