git clone https://github.com/rayc2045/Passgen.git
cd Passgen
npm i
Run file
node index (options)
Create a symlink to run "Passgen" from anywhere
npm link
Passgen (options)
Remove symlink
npm unlink Passgen
Short | Long | Description |
---|---|---|
-l | --length | length of password (default: 10) |
-nn | --no-numbers | no numbers |
-ns | --no-symbols | no symbols |
-s | --save | save password to passwords.txt |
-h | --help | display help for command |
-V | --version | Show the version |