npm.io
1.0.2 • Published 4 years agoCLI

mkpassgen

Licence
MIT
Version
1.0.2
Deps
3
Size
6 kB
Vulns
0
Weekly
0

passgen

NodeJS Password Generator

Install

npm i mkpassgen

Usage

Run mkpassgen:

npx mkpassgen

For help you can use

npx mkpassgen -h
You can change default password length
npx mkpassgen -l 10

or npx mkpassgen --length=10

Options:
  -V, --version          output the version number
  -l, --length <length>  Length of Password (default: "8")
  -s, --save             Save Password to passwords.txt
  -c, --copy             Copy Password to Clipboard
  -d, --delete           Delete passwords.txt
  -nn, --no-numbers      No Numbers are Included
  -ns, --no-symbols      No Symbols are Included
  -h, --help             display help for command

License

mkpassgen is released under the MIT license.

Keywords