@ygkit/password
v0.0.3
Published
Node password tool
Downloads
14
Readme
@ygkit/password
Node password tool.
Functions
| Name | Description | | ----------------- | ------------------------ | | run | Run cli command | | generateStrongPwd | generate strong password | | generateMiddlePwd | generate middle password | | generateSimplePwd | generate simple password |
Install
$ npm i @ygkit/password -g
Usage
Run command in your git project:
$ yp -t h -l 8
Default to generate strong password in
8
length.
support type:
h - Strong password, with alphabet(include upper case), number and special characters.
m - Middle password, with alphabet(include upper case) and number
l - Middle password, with alphabet(exclue upper case) and number
n - Number password, only with number
License
MIT