Documentation
¶
Index ¶
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDirectories ¶
CreateDirectories creates multiple directories.
func CreateFiles ¶
CreateFiles creates multiple files.
func GenerateFile ¶
GenerateFile generates a file from a template with the given name and type. used in make_generator.go
func ToCamelCase ¶
func ToLowerCase ¶
func ToSnakeCase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.