Skip to main content
Deno 2 is finally here 🎉️
Learn more

Latest version

denolandx is a cli tool for finding more info on deno.land/x modules

usage

to run:

deno run --allow-net 'https://deno.land/x/denolandx/cli.ts' <module name>

example:

deno run --allow-net=deno.land 'https://deno.land/x/denolandx/cli.ts' deno
-------------------
deno
        A modern runtime for JavaScript and TypeScript.
...
...

install

Requires deno

deno install -n denolandx --allow-net https://deno.land/x/denolandx/cli.ts

license

Copyright 2023 denobytes.
See LICENCE file to get more infomation.