An open API service indexing awesome lists of open source software.

https://github.com/sigmasd/deno-seal

FlatSeal like permission manager for Deno scripts
https://github.com/sigmasd/deno-seal

deno permissions seal

Last synced: 4 months ago
JSON representation

FlatSeal like permission manager for Deno scripts

Awesome Lists containing this project

README

          

# Deno Seal

FlatSeal like permission manager for deno scripts

![image](https://github.com/user-attachments/assets/1532224c-2507-41e4-8d39-38594a3123bb)

[demo.webm](https://github.com/user-attachments/assets/57468889-6e84-40f6-9a82-e653e39d12e0)

## Download

Binaries are built with github ci and are available at
https://github.com/sigmasd/deno-seal/releases

## Usage

```bash
deno --config src/ui/deno.json -A src/webview/webview.ts
```

**Compile**

```bash
deno compile --no-check --config src/ui/deno.json --include src/ui/ -A src/webview/webview.ts
```