Documentation
¶
Overview ¶
Package cmds holds commands being used for scaffolding
Index ¶
- func DownloadGoTool(name, module, version, goos, goarch, destPath string) error
- func DownloadTailwindCLI(version, goos, goarch, destPath string) error
- func GetPlatform() (string, string)
- func RunGoFmt(targetDir string) error
- func RunGoFmtPath(targetDir, path string) error
- func RunGoModTidy(targetDir string) error
- func RunGoRunBin(targetDir string) error
- func RunGolines(targetDir string) error
- func RunGooseFix(targetDir string) error
- func RunSqlcGenerate(targetDir string) error
- func RunTemplFmt(targetDir string) error
- func RunTemplGenerate(targetDir string) error
- type ToolDownloader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadGoTool ¶ added in v0.37.2
func DownloadTailwindCLI ¶ added in v0.37.2
func GetPlatform ¶ added in v0.37.2
func RunGoFmtPath ¶ added in v0.38.9
func RunGoModTidy ¶
func RunGoRunBin ¶
func RunGolines ¶ added in v0.38.9
func RunGooseFix ¶
func RunSqlcGenerate ¶
func RunTemplFmt ¶
func RunTemplGenerate ¶
Types ¶
type ToolDownloader ¶ added in v0.37.2
Click to show internal directories.
Click to hide internal directories.