Documentation
¶
Index ¶
- Constants
- func BuildContributing(contributing Contributing) string
- func BuildLicense(license License) string
- func BuildReadme(readme Readme) string
- func Execute()
- func GetTemplateBuilder(name, t string) *template.Template
- func GitBranchRename() error
- func GitInit() error
- type Contributing
- type License
- type Readme
Constants ¶
View Source
const TemplateContributing string = `` /* 1279-byte string literal not displayed */
View Source
const TemplateLicense string = `` /* 1079-byte string literal not displayed */
View Source
const TemplateReadme string = "# {{.ProjectName}}\n\n{{.Description}}"
Variables ¶
This section is empty.
Functions ¶
func BuildContributing ¶
func BuildContributing(contributing Contributing) string
func BuildLicense ¶
func BuildReadme ¶
func GetTemplateBuilder ¶
func GitBranchRename ¶
func GitBranchRename() error
Types ¶
type Contributing ¶
type Contributing struct {
ProjectName string
}
type License ¶
func NewLicense ¶
Click to show internal directories.
Click to hide internal directories.