Versions in this module Expand all Collapse all v0 v0.2.0 Apr 26, 2026 Changes in this version + type Preparer interface + RemoveGitHistory func(directory string) error + RemoveMaintainerFiles func(directory string) error + SelectBlueprintFormat func(directory string, format string) error + SubstitutePlaceholders func(directory string, values TemplateValues) error + func NewDefaultPreparer() Preparer + type TemplateValues struct + BlueprintFormat string + NormalisedProjectName string + ProjectName string + func NewTemplateValues(projectName, blueprintFormat string) TemplateValues