1.1.0 • Published 7 months ago

@stein197/pwd v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Simple password generator

Installation & Usage

Clone the repo and run it like this:

node bin.js [--length=<length>] [--no-numbers] [--no-symbols] [--no-lowercase] [--no-uppercase] [--no-duplicates]

Or like this:

npm i @stein197/pwd
npx pwd [--length=<length>] [--no-numbers] [--no-symbols] [--no-lowercase] [--no-uppercase] [--no-duplicates]

Programmatic usage:

const pwd = require("@stein197/pwd");

pwd(8, {symbols: false}); // "N7v2uiaE"

npm scripts

  • test run tests
1.1.0

7 months ago

1.0.0

9 months ago