1.0.2 • Published 1 year ago

best-password-creator v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Password Creator

Creates a random password

Installation:

npm i best-password-creator

Usage:

//Import
const passwordCreator = require("best-password-creator");

//creates a 10 character password
const password = passwordCreator.createPassword();

//creates a 5 character password
const password2 = passwordCreator.createPassword(5);

//creates and logs a 20 character password
console.log(passwordCreator.createPassword(20));

Happy Hacking 👌

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago