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

Support deno add with aliases #23144

Closed
dsherret opened this issue Mar 30, 2024 · 0 comments · Fixed by #24156
Closed

Support deno add with aliases #23144

dsherret opened this issue Mar 30, 2024 · 0 comments · Fixed by #24156
Labels
suggestion suggestions for new features (yet to be agreed)

Comments

@dsherret
Copy link
Member

dsherret commented Mar 30, 2024

For example, npm is:

npm install --save-dev typescript-3.6.3@npm:typescript@3.6.3 typescript-4.0.2@npm:typescript@4.0.2

We should probably have the exact same syntax:

deno add typescript-3.6.3@npm:typescript@3.6.3 typescript-4.0.2@npm:typescript@4.0.2

Or with https urls:

deno add path@https://deno.land/std/path/mod.ts fs@https://deno.land/std/fs/mod.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion suggestions for new features (yet to be agreed)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant