1.0.1 • Published 3 years ago
@sayakdutta/passcli v1.0.1
🔐passcli v1.0.0
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
Installation
Install passcli with npm
npm i @sayakdutta/passcli
Usage
Get a random password
passcli
Or you can use these options to modify the password
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 |