Versions in this module Expand all Collapse all v0 v0.1.1 Dec 3, 2025 Changes in this version + type InitModel struct + Error error + func NewInitApp(initialState InitialState, bluelinkStyles *styles.BluelinkStyles) (*InitModel, error) + func (m InitModel) Init() tea.Cmd + func (m InitModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m InitModel) View() string + type InitialState struct + BlueprintFormat string + Directory string + IsDefaultBlueprintFormat bool + IsDefaultNoGit bool + IsDefaultTemplate bool + NoGit *bool + ProjectName string + Template string + type InputFormCompleteMsg struct + BlueprintFormat string + NoGit bool + ProjectName string + type InputFormInitialValues struct + BlueprintFormat string + IsDefaultBlueprintFormat bool + IsDefaultNoGit bool + NoGit *bool + ProjectName string + type InputFormModel struct + func NewInputFormModel(initialValues InputFormInitialValues, bluelinkStyles *styles.BluelinkStyles) *InputFormModel + func (m InputFormModel) Init() tea.Cmd + func (m InputFormModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m InputFormModel) View() string + type SelectTemplateModel struct + func NewSelectTemplateModel(bluelinkStyles *styles.BluelinkStyles, autoSelect bool) (*SelectTemplateModel, error) + func (m SelectTemplateModel) Init() tea.Cmd + func (m SelectTemplateModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m SelectTemplateModel) View() string + type SelectTemplateMsg struct + Template string