Documentation
¶
Overview ¶
get.go
Package get defines the 'get' subcommand for the Kuma CLI. It handles generating project scaffolds based on Go templates.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Repo string Template string Templates map[string]interface{} )
View Source
var GetCmd = &cobra.Command{ Use: "get", Short: "Get a templates repository remotely", Run: func(cmd *cobra.Command, args []string) { if Template == "" && Repo == "" { Template = handleTea() } download(cmd) }, }
GetCmd represents the 'get' subcommand.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.