Publishing Deno Module with Bin (Answered)
I know there's a way to include a
bin/
when publishing a module and then perform some kind of deno install https://module-url
because I've used it before. But now that I'm searching for it, "bin", "executable", and the like only turn up docs on deno compile
. I remeber there was an example installing curl.ts (https://deno.land/std@0.168.0/examples/curl.ts) but I can't seem to find that example either. Could someone point me in the right direction?1 Reply
Deno
deno install | Manual | Deno
Deno provides
deno install
to easily install and distribute executable code.