Skip to content

Instantly share code, notes, and snippets.

@alieslamifard
Created March 5, 2019 14:28
Show Gist options
  • Select an option

  • Save alieslamifard/77b9986ebc86edabc10aca56c847ffaf to your computer and use it in GitHub Desktop.

Select an option

Save alieslamifard/77b9986ebc86edabc10aca56c847ffaf to your computer and use it in GitHub Desktop.
yeoman generator
writing() {
this.fs.copyTpl(this.templatePath('_data.json'), this.destinationPath('/data.json'), {
name: this.props.name,
cool: this.props.cool
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment