saojs / sao

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

Proposal: .saorc file #116

Open egoist opened 5 years ago

egoist commented 5 years ago

A global config file to reuse SAO's CLI options, like --registry --npm-client, and potentially in the future, --github-token etc.

madeleineostoja commented 4 years ago

Even setting these options in saofile.js or a seperate per-generator config file would be 👌

I'm currently aliasing sao in zsh to pass in opts every time its used instead, which is pretty messy