feature request: add `frameworkless/source-files-only` option to `skeleton-cli migrate skeleton-3`
When using frameworks such as electron-vite (see https://electron-vite.org/) the conversion script sometimes cannot work as is, since the app is not a pure sveltekit app. However the conversion script would still be essential to convert js, ts and svelte source files. Can a switch be added to handle just these files and nothing else?
@endigo9740 How do you feel about this? Basically an option that ignores app.css and app.html and purely migrates source files.
@Hugos68 I don't see any reason not to if it's a trivial add. I'd expect an extra flag or something to trigger this?
Yeah likely a flag
@Hugos68 putting this on the agenda for v4 as we revisit the CLI these next couple weeks
I checked and this is going to be a little more involved than I'd had hoped, non to mention the amount of testing required for a version that won't be relevant in the upcoming weeks. With that (and the fact Skeleton V2 only officially supported SvelteKit) I'm going to close this one out as not planned unless someone else wants to take a stab at it, by any means.