Best way to share a bundle across users - in isolated corp env #25302
Unanswered
oscar6echo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context:
So I am thinking of creating a bundle using
@deno/emit
(which I suspect is what is pushed to jsr ?), putting it in the repo releases.But then how to
deno add
the bundle ?Is it as simple as
deno [add https://github.com/octo-org/octo-repo/releases/latest/download/asset-name.zip]
?I have only seen examples with urls leading to
.ts
files.Or is there a better way ?
Any hint appreciated.
Beta Was this translation helpful? Give feedback.
All reactions