bubble-tea
Installation
SKILL.md
Bubble Tea Patterns
Elm Architecture
type Model struct {
content string
viewport viewport.Model
ready bool
}
func (m Model) Init() tea.Cmd { return nil }
type Model struct {
content string
viewport viewport.Model
ready bool
}
func (m Model) Init() tea.Cmd { return nil }