Skip to main content
Home

Built and signed on GitHub Actions

Find all the permissions needed to run a Deno program

This package works with Deno
This package works with Deno
JSR Score
100%
Published
4 months ago (0.4.7)

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

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@sigma/minimize

Import symbol

import * as minimize from "@sigma/minimize";
or

Import directly with a jsr specifier

import * as minimize from "jsr:@sigma/minimize";