Comment on Show HN: I made a set of devtools for small projectsComments−Leftium2yPerhaps your tool can steal some inspiration from the following:- svelte-add is a similar tool for Svelte(Kit) projects: https://github.com/svelte-add/svelte-add- svelte-add was originally based on a more generic tool: https://preset.dev- I actually find `npm create svelte@latest` sufficient most of the time. It's like a starter project with presets for most best practices. (https://kit.svelte.dev)
Comments
Perhaps your tool can steal some inspiration from the following:
- svelte-add is a similar tool for Svelte(Kit) projects: https://github.com/svelte-add/svelte-add
- svelte-add was originally based on a more generic tool: https://preset.dev
- I actually find `npm create svelte@latest` sufficient most of the time. It's like a starter project with presets for most best practices. (https://kit.svelte.dev)