MVP
This commit is contained in:
commit
d5762330da
23 changed files with 718 additions and 0 deletions
11
templates/tui/model.go.tmpl
Normal file
11
templates/tui/model.go.tmpl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package tui
|
||||
|
||||
import tea "github.com/charmbracelet/bubbletea"
|
||||
|
||||
type model struct {
|
||||
count int
|
||||
}
|
||||
|
||||
func (m model) Init() tea.Cmd {
|
||||
return nil
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue