Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InitCmd ¶
type InitCmd struct {
cli.Base
Output string `cli:"output,o" help:"Output directory for the new project" default:"."`
Name string `cli:"name,n" help:"Project name (skips interactive prompt)"`
Module string `cli:"module,m" help:"Go module path, e.g. github.com/user/app (skips interactive prompt)"`
Preset string `cli:"preset,p" help:"Preset: api, worker, fullstack, minimal (skips preset selection)"`
Depth string `cli:"depth,d" help:"Output depth: minimal, boilerplate, full (skips depth selection)"`
}
Click to show internal directories.
Click to hide internal directories.