quasarframework / quasar-cli

[DEPRECATED, <= 0.17) Quasar Framework - CLI
https://quasar.dev
MIT License
202 stars 50 forks source link

[Request] A way to configure defaults for "quasar create" #239

Open Richie765 opened 5 years ago

Richie765 commented 5 years ago

I notice that every time when I create a project I'm setting the same settings. It would save some time and potential mistakes if the defaults could be configured somehow.

In particularly, I'd like to turn off ESLint (I'm not working in a team) and use NPM by default (I don't even have yarn installed).

I don't mind if it is done through a config file, environment variables or even command-line option. Any way would be helpful.

I slightly prefer it be done through command-line options, in that case the whole create process could be ran without user interaction.