Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kt3k/deno_snippets

random deno snippets
https://github.com/kt3k/deno_snippets

Last synced: 19 days ago
JSON representation

random deno snippets

Awesome Lists containing this project

README

        

# is_cached.ts

```
Usage: is_cached.ts

Check if the URL is cached in DENO_DIR.

Usually a script is cached when once loaded by deno, but some of urls (e.g. https://deno.land/x/[email protected]/cli.ts ) can't be cached in DENO_DIR for unknown reason. This script is a tool for finding which can be cached and which can't.
```

# list_deps.ts

```
Usage: list_deps.ts

Lists all specifier which the URL depends on. Simplified version of `deno info `.
```