0.0.3 • Published 4 years ago

@ygkit/password v0.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

@ygkit/password

npm NPM downloads

Node password tool.

Functions

NameDescription
runRun cli command
generateStrongPwdgenerate strong password
generateMiddlePwdgenerate middle password
generateSimplePwdgenerate 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