Skip to content

Instantly share code, notes, and snippets.

@kristw
Created August 1, 2016 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristw/4b44e539c6823a4afc26b59011edc717 to your computer and use it in GitHub Desktop.
Save kristw/4b44e539c6823a4afc26b59011edc717 to your computer and use it in GitHub Desktop.
this.fs.copyTpl(
this.templatePath('index.html'),
this.destinationPath('public/index.html'),
{ title: 'Templating with Yeoman' }
);
this.easily.copyTemplate(
'index.html',
'public/index.html',
{ title: 'Templating with Yeoman' }
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment