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
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
- Commander : node.js command-line interfaces made easy
- Chalk : Terminal string styling done right
- Clipboardy : Access the system clipboard (copy/paste)
This repository is under MIT LICENSE.