1.0.1 • Published 2 years ago

pswd-generation v1.0.1

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

pswd-generation

Simple lib for generating random passwords

Installation

npm install pswd-generation

Usage

const generatePassword = require('pswd-generation');
const pswd = generatePassword(4);
console.log(pswd);// outputs random password of length 4
1.0.1

2 years ago

1.0.0

2 years ago