Skip to main content
Home
This package has been archived, and as such it is read-only.

Built and signed on GitHub Actions

Generate password for pritunl. It uses password and otp secret to generate the password.

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
2 months ago (0.3.1)

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

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:@util/pritunl-passwd

Import symbol

import * as pritunl_passwd from "@util/pritunl-passwd";
or

Import directly with a jsr specifier

import * as pritunl_passwd from "jsr:@util/pritunl-passwd";

Add Package

pnpm i jsr:@util/pritunl-passwd
or (using pnpm 10.8 or older)
pnpm dlx jsr add @util/pritunl-passwd

Import symbol

import * as pritunl_passwd from "@util/pritunl-passwd";

Add Package

yarn add jsr:@util/pritunl-passwd
or (using Yarn 4.8 or older)
yarn dlx jsr add @util/pritunl-passwd

Import symbol

import * as pritunl_passwd from "@util/pritunl-passwd";

Add Package

vlt install jsr:@util/pritunl-passwd

Import symbol

import * as pritunl_passwd from "@util/pritunl-passwd";

Add Package

npx jsr add @util/pritunl-passwd

Import symbol

import * as pritunl_passwd from "@util/pritunl-passwd";

Add Package

bunx jsr add @util/pritunl-passwd

Import symbol

import * as pritunl_passwd from "@util/pritunl-passwd";