2.0.3 • Published 3 years ago

npm_password_gen v2.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

What is this?

A Random Password Generator

Installation

Run npm i npm_password_gen

Use

const rpg = require('npm_password_gen');

const password = rpg.randomPasswordGenerator(12);

console.log(password);

Parameters

The Random Password Generator accepts one parameter as length of the password By default length is set to 10