password-3-way
v1.0.1
Published
3 ways to create passwords: password with only numbers, password with only letters, and combined password.
Downloads
4
Maintainers
Readme
description
3 ways to create passwords.
installation
npm install password-3-way
usage
The package includes 3 functions:
- only_num -Prints a password With 9 characters with numbers only
- only_letters -Prints a password With 9 characters with letters only
- letters_and_num-Prints a password With 9 characters combining numbers and letters