Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pm exec instructions to docs #233

Open
manuel3108 opened this issue Oct 28, 2024 · 0 comments
Open

Add pm exec instructions to docs #233

manuel3108 opened this issue Oct 28, 2024 · 0 comments

Comments

@manuel3108
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant