@sayakdutta/passcli
v1.0.1
Published
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
Readme
🔐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/passcliUsage
Get a random password
passcliOr 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 |
