Versions in this module Expand all Collapse all v0 v0.0.1 Jun 6, 2025 Changes in this version + type AdvancedTemplates struct + TemplateImports string + TemplateRoutes string + type DBDriverTemplater interface + Env func() []byte + Service func() []byte + Tests func() []byte + type Docker struct + type DockerTemplater interface + Docker func() []byte + type Driver struct + type Framework struct + type Project struct + AbsolutePath string + AdvancedOptions map[string]bool + AdvancedTemplates AdvancedTemplates + DBDriver flags.Database + DBDriverMap map[flags.Database]Driver + Docker flags.Database + DockerMap map[flags.Database]Docker + Exit bool + FrameworkMap map[flags.Framework]Framework + GitOptions flags.Git + OSCheck map[string]bool + ProjectName string + ProjectType flags.Framework + func (p *Project) CheckOS() + func (p *Project) CreateFileWithInjection(pathToCreate string, projectPath string, fileName string, methodName string) error + func (p *Project) CreateHtmxTemplates() + func (p *Project) CreateMainFile() error + func (p *Project) CreatePath(pathToCreate string, projectPath string) error + func (p *Project) CreateViteReactProject(projectPath string) error + func (p *Project) CreateWebsocketImports(appDir string) + func (p *Project) ExitCLI(tprogram *tea.Program) + type Templater interface + HtmxTemplImports func() []byte + HtmxTemplRoutes func() []byte + Main func() []byte + Routes func() []byte + Server func() []byte + TestHandler func() []byte + WebsocketImports func() []byte + type WorkflowTemplater interface + Releaser func() []byte + ReleaserConfig func() []byte + Test func() []byte