TemplateCopier.withPath constructor

TemplateCopier.withPath(
  1. SetupConfig config,
  2. String templatesBasePath
)

Create a TemplateCopier with a known templates path (for testing)

Implementation

TemplateCopier.withPath(this.config, this.templatesBasePath) {
  _replacer = PlaceholderReplacer(config);
}