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
- Host: GitHub
- URL: https://github.com/sigmasd/deno-seal
- Owner: sigmaSd
- Created: 2023-10-15T18:39:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T08:13:39.000Z (about 1 year ago)
- Last Synced: 2025-08-11T21:02:23.473Z (11 months ago)
- Topics: deno, permissions, seal
- Language: TypeScript
- Homepage:
- Size: 87.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Deno Seal
FlatSeal like permission manager for deno scripts

[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
```