0.0.3 • Published 5 years ago
@ygkit/password v0.0.3
@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 -gUsage
Run command in your git project:
$ yp -t h -l 8Default to generate strong password in
8length.
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