passcli is a command-line password generator tool that has many advance features like modifying to your desired password, copying it, saving passwords to a .txt file
Install passcli with npm
npm i @sayakdutta/passcli
passcli
Parameter | Alternative | Description |
---|---|---|
-V |
--version |
output the version number |
-l <number> |
--length <number> |
length of password (default: "8") |
-s |
--save |
save password to password.txt |
-nn |
--no-numbers |
remove numbers |
-ns |
--no-symbols |
remove symbols |
-h |
--help |
display help for command |