zephyr icon indicating copy to clipboard operation
zephyr copied to clipboard

(create-zephyr-app) Prompt choice between yaml and json

Open marvin-j97 opened this issue 3 years ago • 1 comments

I personally quite dislike yaml, so the first thing I'd always do after using create-zephyr-app would be converting those back to json. It would be nice to be able to choose between json and yaml, and write prettierrc.yml and eslintrc.yml on demand using JSON or YAML (https://www.npmjs.com/package/yaml). It would also help in the future for modifying those configs (like choosing different rule sets if the user wants to).

marvin-j97 avatar Nov 10 '22 23:11 marvin-j97

Yeah we should prompt user for some config preference, planning to refactor create-zephyr-app soon. I think create-astro is really great, might be a good reference.

kakengloh avatar Nov 12 '22 15:11 kakengloh