saojs / sao

⚔ Futuristic scaffolding tool
https://sao.vercel.app
MIT License
1.05k stars 61 forks source link

[feat] allow to change outDir in saofile.js #130

Open wotermelon opened 5 years ago

wotermelon commented 5 years ago

Is there a way to change the output dynamically acording to the anwser?

Maybe provide a changeOutDir function will be nice in generator instance?

wotermelon commented 5 years ago

Now my solution:

action () {
  this.sao.opts.outDir = this.answers.outputPath
}