Skip to content

sigmaSd/Minimize-Deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimize

Find all the permissions used by a Deno program

Usage

deno run -A --unstable-ffi 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

About

Find all the permissions used by a Deno program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published