Skip to content

letiantian/random-password-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-password-cli

Generate random password in cli.

Install

$ npm install random-password-cli -g

Usage

Parameter Description
-l the length of password.
-t the table used to generate password

The corresponding values should not start with -.

Example:

$ random-password -l 12
lkkyT3wUqEW@
$  random-password -l 12 -t 'abc'
aaacbbcaacaa

Related

random-password: Generate random password.

License

MIT

About

Generate random password in cli.

Resources

Stars

Watchers

Forks

Packages

No packages published