Documentation
¶
Index ¶
- func CheckGitConfig(key string) (bool, error)
- func CreateDirectory(path string) error
- func CreateFileFromTemplate(path string, template *template.Template, data any) error
- func CreateGitInitialCommit(appDir string) error
- func ExecuteCmd(name string, args []string, dir string) error
- func GetGoModName(appDir string) (string, error)
- func GetTemplVersion(appDir string) (string, error)
- func GitAddAllFiles(appDir string) error
- func GoFmt(appDir string) error
- func GoGetPackage(appDir string, packageName string) error
- func GoTidy(appDir string) error
- func InitGit(appDir string) error
- func InitGoMod(projectName string, appDir string) error
- func MergeFileFromTemplate(path string, template *template.Template, data any) error
- func MergeYAMLFromString(path string, sourceYAMLString string) error
- func NixFlakeUpdate(appDir string) error
- func PnpmInstall(appDir string) error
- func TemplGenerate(appDir string) error
- func TemplateToString(template *template.Template, data any) (string, error)
- func VerifyCmd(cmd string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckGitConfig ¶
func CreateDirectory ¶
func CreateFileFromTemplate ¶
func CreateGitInitialCommit ¶
func GetGoModName ¶
func GetTemplVersion ¶
func GitAddAllFiles ¶
func GoGetPackage ¶
func MergeFileFromTemplate ¶
func MergeYAMLFromString ¶
func NixFlakeUpdate ¶
func PnpmInstall ¶
func TemplGenerate ¶
func TemplateToString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.