Skip to main content
This package works with DenoIt is unknown whether this package works with Bun
This package works with Deno
It is unknown whether this package works with Bun
JSR Score
52%
Published
a year ago (0.0.1)

🏁 Clean Deno

deno info package to clean the inside of directories ending with cache from incoming deno directories.

GitHub Made by ibodev1 TypeScript semantic-release

⭐ Getting started

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

Configuration

Required permissions:

  1. --allow-run
  2. --allow-read
  3. --allow-write

📄 License

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";