Hi,
Is possible in hygen to generate multiple files from one template?
I need something like this, but I have not been able to find solution.
---
to: app/workers/file1.js
to: app/workers/file2.js
---
class <%= Name %> {
work(){
// your code here!
}
}
Thanks for advice!