You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #214 we discussed that some exec commands like the deno one are not straightforward.
Based on this comment, here are a few commands that we could display
NPM : npx sv create
PNPM : pnpm dlx sv create
Yarn : yarn dlx sv create
Bun : bunx sv create
Deno : deno run npm:sv create
Users should mostly know how to use this, but some newcomers might not. Adding it to the docs site once published seems reasonable. We could maybe display them in tabs as many other docs support. But we will need to see what svelte.dev supports.
The text was updated successfully, but these errors were encountered:
In #214 we discussed that some
exec
commands like thedeno
one are not straightforward.Based on this comment, here are a few commands that we could display
npx sv create
pnpm dlx sv create
yarn dlx sv create
bunx sv create
deno run npm:sv create
Users should mostly know how to use this, but some newcomers might not. Adding it to the docs site once published seems reasonable. We could maybe display them in tabs as many other docs support. But we will need to see what
svelte.dev
supports.The text was updated successfully, but these errors were encountered: