All templates

Charm TUI Application

charm-tui
Gotuigotuicharmbubbleteaterminal

Minimal Charm v2 TUI starter (Bubble Tea runtime) with optional Bubbles, Lip Gloss, Glamour, and CharmTone

Install
spin add official/charm-tui

Params (7)

  • descriptiontextarea

    Project description · default: A minimal Charm v2 TUI starter template

  • module_pathtext

    Go module path · default: github.com/user/my-charm-tui

  • use_bubblesbool

    Use Bubbles (spinner, help bar, tabs)? · default: true

  • use_lipglossbool

    Use Lip Gloss (gradients and borders)? · default: true

  • use_glamourbool

    Use Glamour to render the Commands tab? · default: true

  • use_charmtonebool

    Use CharmTone dark background? · default: true

  • use_taskfilebool

    Include a Taskfile (go-task)? · default: true

Hooks

post · runs after files are written

  1. step 1 · sh -c
    go mod tidy
  2. step 2 · sh -c
    go install ./...
  3. step 3 · sh -c
    gofmt -w .