Open
Description
Describe the problem
I love how tauri supports so many recipes out-of-the-box. However, over time, I've built up a bunch of my own create-*
packages that I would love to initialize my Tauri app with. Most of these extend existing templates (e.g. packages and configs on top of create-vite
).
Describe the solution you'd like
Looking at the svelte merge, it looks like there's some custom, tauri-specific config that's required on top of the create-*
package. Is it possible to extend existing recipes in some way?
Alternatives considered
Currently, I initialize a new tauri app and then go about installing packages and configs from my custom templates.
Additional context
No response