quasar-cli icon indicating copy to clipboard operation
quasar-cli copied to clipboard

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

Open Richie765 opened this issue 4 years ago • 0 comments

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.

Richie765 avatar Oct 21 '19 13:10 Richie765