Versions in this module Expand all Collapse all v0 v0.0.1 Feb 12, 2020 Changes in this version + const ArgMissing + const EnvironmentError + const FileNotFound + const InvalidTemplate + const JavaSpring + const NetworkError + var OutputDirectory string + var TempDirectory string + func Copy(src, dst string) (int64, error) + func CreateDirIfNotExists(dir *string) + func Error(err error) bool + func Exists(path string) (bool, error) + func GenerateTemporaryFileName() (string, error) + func GetSpringTemplate(templateName string) (string, error) + func GetValue(cmd *cobra.Command, key string) string + func GetValueBool(cmd *cobra.Command, key string) bool + func GetValueInt32(cmd *cobra.Command, key string) int32 + func GetValues(cmd *cobra.Command, key string) []string + func GitAddAll(repoPath string) + func GitAddRemote(repoPath string, repositoryUrl string) + func GitCommit(repoPath string, message string) + func GitInitNewRepo(repoPath string) + func LogAndExit(err error, exitCode int) + func LogMessageAndExit(message string) + func MakeHttpRequest(req *http.Request, ch chan<- ChannelResponse) + func ParseTemplate(templateData interface{}, templateFile, templateStr string) (string, error) + func Unzip(src string, dest string) ([]string, error) + func ValidateRequired(value, key string) + type ChannelResponse struct + Data []byte + Error error + Success bool + type Git struct + RepositoryUrl string