https://github.com/dineshdb/pritunl-passwd
https://github.com/dineshdb/pritunl-passwd
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dineshdb/pritunl-passwd
- Owner: dineshdb
- License: other
- Created: 2024-07-09T17:20:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T09:29:38.000Z (10 months ago)
- Last Synced: 2025-01-10T03:49:53.353Z (4 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
CLI for generating pritunl password.
## Installation
```
# run
deno run --allow-env --allow-read --allow-sys --allow-ffi jsr:@util/pritunl-passwd# install as global cli
deno install -g --allow-env --allow-read --allow-sys --allow-ffi jsr:@util/pritunl-passwd# add dependency
npx jsr add @util/pritunl-passwd
```## LICENSE
MIT