Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InitCmd = &cobra.Command{
Use: "init ${ProjectName}",
Short: "gin-template project creation command",
Long: `The init command of git-template-tool will clone the project from the
git repository "https://gitee.com/bearki/gin-template.git" to the local, and will
replace the git-template with your project name globally, reducing you of project
creation time`,
Run: initCmdProcess,
}
InitCmd init命令
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.