⚠️ WAPM is now unified into Wasmer
Learn more →

A password generator compiled as Wasm for use on the CLI, in a custom element, or as a module.

Public Library1.2.5updated a year ago33.65 kB
COPY
wapm install kherrick/pwgen

Need help using WAPM?

Get started here

Commands

pwgen

Files

  • Readme.md

Modules

pwgen

A password generator compiled as Wasm for use on the CLI, in a custom element, or as a module.

Use with the CLI on Mac, Windows, and Linux

With npx

npx pwgen -sy 20 1

With npm, as a global package

npm i -g pwgen
pwgen -sy 20 1

With wapm

wapm install kherrick/pwgen
wapm run pwgen -sy 20 1

Use in HTML (demo)

Use in React

npm i pwgen

Use in Angular

npm i pwgen

Within the component:

Within the template:

Use in Node.js

npm i pwgen

Test the experimental web bundle

Download pwgen.wbn

Read more about web packaging

Develop

Requirements

Clone the project and submodules

git clone https://github.com/kherrick/pwgen \
  && cd pwgen \
  && git submodule update --init --recursive

Start

npm start

Build

npm run build

Get Help

Show command line usage and available options (flags):

npx pwgen --help

<1klast week

Latest version

1.2.5

Latest updated

a year ago

Unpackaged size

33.65 kB

License

AGPL-3.0

Collaborators

  • kherrick avatarkherrick