# Functions
NewBox return BoxInterface, which contains embed built-in template files.
NewGenerator return Generator.
NewRenderer return implementation of RendererInterface.
NewTemplate return built-in go *template.Template.
ProvideEmbedFS return fs.ReadFileFS, which contains embed built-in template files.
WithCleanup specifies Options.Cleanup value, allow cleanup working directory before generation start.
WithTemplateDockerfile specifies custom Dockerfile template path.
WithTemplateMakefile specifies custom Makefile template path.
# Constants
EmbedDirectory is main embed directory with predefined templates.
Extension is a common extension for all template files used for generation project.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author