# Functions

ContainsStringHelper returns the function map for seeing if strings are contained within other strings.
QuoteStringHelper returns the function map for quoting strings in templates.
RemoveStringHelper returns the function map for quoting strings in templates.
TemplateHelpers returns all of the template helpers in the utils package.
ToFileName will convert a kebab-case string to a snake_case name appropriate to use in a go filename.
ToPackageName will convert a kebab-case string to an all lower name appropriate for directory and package names.
ToPascalCase will convert a kebab-case string to a PascalCase name appropriate to use as a go variable name.