Documentation
¶
Index ¶
Constants ¶
View Source
const ( BaseTemplateSubDir = "template" RepositoryNameTemplateKey = "REPONAMETMPL" )
Variables ¶
View Source
var ( //nolint:gochecknoglobals // Used as a const RepoTemplateURL = url.URL{ Scheme: "https", Host: "github.com", Path: "kemadev/repo-tmpl", } //nolint:gochecknoglobals // Cobra flags are global TargetTemplate string )
View Source
var ( ErrNotInGitRepo = fmt.Errorf( "not in a git repository, please run this command inside a git repository", ) ErrGitURLFormatInvalid = fmt.Errorf("git repository URL format is invalid") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.