Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(opts InitOptions) error
Run creates DEEPSEEK.md and .deepseek/config.toml in the project root. It detects the project language and writes appropriate build/test commands into the templates. Existing files are skipped unless Force is true.
Types ¶
type InitOptions ¶
type InitOptions struct {
Force bool // overwrite existing files
CWD string // project root; empty means os.Getwd
}
InitOptions controls the behaviour of dsc init.
Click to show internal directories.
Click to hide internal directories.