8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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!