bubbletea
Installation
SKILL.md
When to Use
- Building interactive terminal applications in Go
- Creating CLI tools with rich user interfaces
- Implementing forms, lists, tables in terminal
- Adding spinners, progress bars, or animations
- Designing multi-view terminal applications
Core Concepts
The Elm Architecture
Bubble Tea follows The Elm Architecture pattern:
┌─────────────────────────────────────────┐
│ │
│ ┌─────────┐ ┌─────────┐ │
│ │ Model │─────▶│ View │────────┼──▶ Terminal Output
Related skills