Versions in this module Expand all Collapse all v0 v0.1.2 Aug 23, 2024 v0.1.0 Aug 23, 2024 Changes in this version + func CreateDirectories(basePath string, dirs []string) error + func CreateFiles(basePath string, files []string) error + func ExecuteTemplateFromBytes(templateContent []byte, data interface{}, outputPath string) error + func GenerateFile(name, fileType string, templateContent []byte) error + func ToCamelCase(s string) string + func ToLowerCase(s string) string + func ToSnakeCase(s string) string