Discover Packages
github.com/xushuhui/goal
internal
command
new
package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Nov 3, 2023
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var CmdNew = &cobra .Command {
Use: "new",
Example: "goal new demo-api",
Short: "create a new project.",
Long: `create a new project with goal layout.`,
Run: run,
}
type Project struct {
ProjectName string `survey:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.