0.0.2 • Published 9 months ago

password-gen-custom v0.0.2

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
9 months ago

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.