UNPKG

generator-oxy-gen

Version:

Yeoman generator for Electron app with React and Rust (WASM).

10 lines 211 B
/** * Template function for copying files **/ module.exports = function template(input, output, context) { this.fs.copyTpl( this.templatePath(input), this.destinationPath(output), context ); };