Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
sigmaSd/Minimize-DenoFind all the permissions needed to run a Deno program
Minimize
Find all the permissions used by a Deno program
Usage
deno run -A jsr:@sigma/minimize my-deno-program.ts
How it works
- It runs the file with
deno run
- Says yes to every prompt
- Prints all discovered permissions
Tips
The output can be customized with OUTPUT
env variable, values are default
,
json
, none
Original python version https://github.com/sigmaSd/Minimize
Built and signed on
GitHub Actions
Add Package
deno add jsr:@sigma/minimize
Import symbol
import * as minimize from "@sigma/minimize";
Import directly with a jsr specifier
import * as minimize from "jsr:@sigma/minimize";