0.1.2 • Published 8 years ago

random-password-cli v0.1.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

random-password-cli

Generate random password in cli.

Install

$ npm install random-password-cli -g

Usage

ParameterDescription
-lthe length of password.
-tthe 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