You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is better to bring up here or in deno's repo, but I'd like to be able to host an installable (not 'addable') package on jsr.io, i.e., deno install @example/my-runnable-package.
Maybe this is already possible but not documented which URL I would need to install from, and it's as easy as marking a package as installable which updates the JSR installation instructions:
@lucacasonato Thank you! Probably just starting to work with Deno here. I personally would feel it would be nice to have jsr: be the default inferred package manager for deno install, but if that's not on the table this issue can be closed :)
In Deno you can install a JSR package with deno install jsr:@example/package.
This is great, but for me part of the appeal of JSR is that it just works with all of the runtimes. Is it possible to publish an installable/binary in a way that it can be npm installed, then run with npx <name> or <name> (if -g is used)?
Not sure if this is better to bring up here or in deno's repo, but I'd like to be able to host an installable (not 'addable') package on jsr.io, i.e.,
deno install @example/my-runnable-package
.Maybe this is already possible but not documented which URL I would need to install from, and it's as easy as marking a package as
installable
which updates the JSR installation instructions:The text was updated successfully, but these errors were encountered: