/D-GenX

💪🏻 Generate random but strong passwords. 🌟

Primary LanguageJavaScriptMIT LicenseMIT

NodeJS

D-GenX

D-GenX is a command line interface application which can be used to generate random but effective and strong passwords. It is built entirely on Node.js


Command Options (Flags)

i)      -V, --version               output the version number
ii)     -l, --length <number>       length of password (default: "8")
iii)    -s, --save                  save passwords to passwords.txt
iv)     -nn, --no-numbers           remove numbers
v)      -ns, --no-symbols           remove symbols
vi)     -h, --help                  display help for command

Built on the Shoulder of Giants

  • Commander : node.js command-line interfaces made easy
  • Chalk : Terminal string styling done right
  • Clipboardy : Access the system clipboard (copy/paste)

LICENSE

This repository is under MIT LICENSE.