当我尝试使用this.fs.copyTpl
复制文件时,没有复制任何内容,但如果使用this.fs.copy
按预期工作,但我需要this.fs.copyTpl
来替换某些变量。我看到了关于自耕农的官方文档,并在谷歌上看,但没有任何帮助我。
这里是代码块
this.fs.copyTpl(
this.templatePath('_bower.json'),
this.destinationPath(projectPath +'/bower.json'),{
projectName: this.project_name
}
);
感谢您的帮助