Searched refs:templateFiles (Results 1 – 3 of 3) sorted by relevance
112 const templateFiles = this.getTemplateFiles(); constant113 await this.copyFilesAsync(projectPath, templateFiles);114 await this.evaluateFiles(projectPath, templateFiles);
100 const templateFiles = this.getTemplateFiles();101 await this.copyFilesAsync(projectPath, templateFiles);102 await this.evaluateFiles(projectPath, templateFiles);
1 …templateFiles = this.getTemplateFiles();\n await this.copyFilesAsync(projectPath, templateFiles…