Documentation
¶
Overview ¶
Package cli provides the juango CLI commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is set at build time Version = "0.1.0" // Commit is set at build time Commit = "unknown" )
Functions ¶
Types ¶
type TemplateData ¶
type TemplateData struct {
ProjectName string
ModulePath string
Description string
Port int
ProjectNameTitle string // Title case version
ProjectNameLower string // Lowercase version
ProjectNameUpper string // Uppercase version
}
TemplateData holds all the data passed to templates
Click to show internal directories.
Click to hide internal directories.