UNPKG
generator-oxy-gen
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Yeoman generator for Electron app with React and Rust (WASM).
generator-oxy-gen
/
generators
/
app
/
template.js
10 lines
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Template function for copying files **/
module
.
exports
= function
template
(input, output, context)
{
this
.fs.copyTpl(
this
.templatePath(input),
this
.destinationPath(output), context ); };