Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDoctorCmd ¶
NewDoctorCmd creates the 'doctor' command for checking project health
func NewGenerateCmd ¶
NewGenerateCmd creates the 'generate' command for code generation
func NewProjectCmd ¶
NewProjectCmd creates the 'new' command for generating new projects
func NewStartAppCmd ¶
NewStartAppCmd creates the 'startapp' command for generating new apps
func NewVersionCmd ¶
NewVersionCmd creates the 'version' command
Types ¶
type ProjectConfig ¶
type ProjectConfig struct { Name string Module string Directory string GoVersion string Frontend string Database string Features []string Interactive bool }
ProjectConfig holds configuration for new project generation
type VersionInfo ¶
VersionInfo holds build-time version information
Click to show internal directories.
Click to hide internal directories.