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
Uh oh!
There was an error while loading. Please reload this page.
-
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 addthe 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
.tsfiles.Or is there a better way ?
Any hint appreciated.
Beta Was this translation helpful? Give feedback.
All reactions