Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateFromTemplate ¶
GenerateFromTemplate creates a complete project from the specified template
Types ¶
type Template ¶
type Template struct {
Name string
Files []TemplateFile
}
Template represents a complete project template
type TemplateFile ¶
type TemplateFile struct {
Path string // Relative path from project root
Content string // File content with {{PROJECT_NAME}} placeholder
}
TemplateFile represents a single file in a template
Click to show internal directories.
Click to hide internal directories.