1.0.2 • Published 2 years ago

mkpassgen v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.