Documentation
¶
Index ¶
Constants ¶
View Source
const ( GithubRepoURL = "https://github.com/tx7do/go-wind-admin-template.git" GiteeRepoURL = "https://gitee.com/tx7do/go-wind-admin-template.git" )
View Source
const (
TemplateModuleName = "github.com/tx7do/go-wind-admin-template"
)
Variables ¶
View Source
var CmdProject = &cobra.Command{ Use: "project [name]", Aliases: []string{"proj"}, Short: "create a new project scaffold", Long: "Create a project using the repository template. Example: gow new project helloworld", Args: cobra.ExactArgs(1), Run: run, }
CmdProject represents the project command.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.