package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Mar 25, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var CmdNew = &cobra.Command{
Use: "new [name]",
Short: "创建一个新的项目",
Long: `创建一个包含必要文件和目录的新项目`,
Run: run,
}
CmdNew 表示创建新项目的命令
Source Files
¶
Click to show internal directories.
Click to hide internal directories.