A password generator compiled as Wasm for use on the CLI, in a custom element, or as a module.
A password generator compiled as Wasm for use on the CLI, in a custom element, or as a module.
npx pwgen -sy 20 1
npm i -g pwgen
pwgen -sy 20 1
wapm install kherrick/pwgen
wapm run pwgen -sy 20 1
npm i pwgen
npm i pwgen
Within the component:
Within the template:
npm i pwgen
git clone https://github.com/kherrick/pwgen \
&& cd pwgen \
&& git submodule update --init --recursive
npm start
npm run build
Show command line usage and available options (flags):
npx pwgen --help