package
0.5.16
Repository: https://github.com/gruntwork-io/boilerplate.git
Documentation: pkg.go.dev

# Functions

Create a map of custom template helpers exposed by boilerplate.
Returns the given filePath relative to the given templatePath.
RenderJsonnetTemplate renders the jsonnet template at templatePath to the target location specified in the boilerplate options, passing in the boilerplate variables as Top Level Arguments.
Render the template at templatePath, with contents templateContents, using the Go template engine, passing in the given variables as data.
RenderTemplateWithPartials renders the template at templatePath with the contents of the root template (the template named by the user on the command line) as well as all of the partials matched by the provided globs using the Go template engine, passing in the given variables as data.
RenderVariables will render each of the variables that need to be rendered by running it through the go templating syntax.

# Constants

No description provided by the author
No description provided by the author

# Variables

Handle normal camel case.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
All boilerplate template helpers implement this signature.