@stein197/pwd

1.1.0 • Public • Published

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

/@stein197/pwd/

    Package Sidebar

    Install

    npm i @stein197/pwd

    Weekly Downloads

    2

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    4.16 kB

    Total Files

    5

    Last publish

    Collaborators

    • stein197