Per the vite docs, vite has the concept of templates so it's easier to create a new project using npm create vite@latest.
There's even a section for community templates https://vite.dev/guide/#community-templates.
The goal would be to have something like npm create cds or yarn create cds-ts
Per the vite docs,
vitehas the concept of templates so it's easier to create a new project usingnpm create vite@latest.There's even a section for community templates https://vite.dev/guide/#community-templates.
The goal would be to have something like
npm create cdsoryarn create cds-ts