Add pm exec
instructions to docs
#233
Labels
documentation
Improvements or additions to documentation
exec
instructions to docs
#233
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: