Discover Packages
github.com/superproj/onex
internal
onex
command
new
package
Version:
v0.2.0-alpha.5
Opens a new window with list of versions in this module.
Published: Dec 26, 2024
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: "nunu new demo-api",
Short: "create a new project.",
Long: `create a new project with nunu layout.`,
Run: run,
}
type Project struct {
ProjectName string `survey:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.