Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateProject ¶
CreateProject creates a new project from a template
func GetTemplateItems ¶
GetTemplateItems returns a list of template items for bubbletea
Types ¶
type Template ¶
type Template struct {
Name string `json:"name"`
Desc string `json:"description"`
Files map[string]string `json:"files"`
Stack []string `json:"stack"`
}
Template represents a project starter template
type TemplateItem ¶
TemplateItem implements list.Item for bubbletea
func (TemplateItem) Description ¶
func (t TemplateItem) Description() string
func (TemplateItem) FilterValue ¶
func (t TemplateItem) FilterValue() string
func (TemplateItem) Title ¶
func (t TemplateItem) Title() string
Click to show internal directories.
Click to hide internal directories.