password-gen-custom
v0.0.2
Published
simple password generator
Downloads
7
Maintainers
Readme
Password Gen Custom
A simple password generator CLI tool.
Installation and Example Usage
To install the package globally, run:
npm install -g password-gen-custom
password-generator generate -l 17 -u -n -s
Options
-l : Specify length of password.
-u : Uppercase included in password.
-n : Integers included in password.
-s : Special characters included in password.