deno info
package to clean the inside of directories ending with cache from incoming deno directories.
deno run -A https://deno.land/x/cleandeno/cli.ts
You can also install it globally using the following:
deno install -A -n cleandeno https://deno.land/x/cleandeno/cli.ts
Then, the package is available to run:
cleandeno
Required permissions:
--allow-run
--allow-read
--allow-write
MIT © ibodev1
A project by @ibodev1, the world's first Deno-focused community
organization and consulting company. Work with us →
Add Package
deno add jsr:@ibodev/cleandeno
Import symbol
import * as cleandeno from "@ibodev/cleandeno";
---- OR ----
Import directly with a jsr specifier
import * as cleandeno from "jsr:@ibodev/cleandeno";
Add Package
bunx jsr add @ibodev/cleandeno
Import symbol
import * as cleandeno from "@ibodev/cleandeno";