Open wotermelon opened 5 years ago
Is there a way to change the output dynamically acording to the anwser?
output
Maybe provide a changeOutDir function will be nice in generator instance?
changeOutDir
Now my solution:
action () { this.sao.opts.outDir = this.answers.outputPath }
Is there a way to change the
output
dynamically acording to the anwser?Maybe provide a
changeOutDir
function will be nice in generator instance?