@root27/password-generator

1.0.1 • Public • Published

Generates Password

This package generates a password with the given length and the given specifications.

Usage

const generatePassword = require('@root27/password-generator');

generatePassword(8, {
    numbers: true,
    symbols: true,
    uppercase: true,
    lowercase: true
});

Readme

Keywords

Package Sidebar

Install

npm i @root27/password-generator

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

1.44 kB

Total Files

3

Last publish

Collaborators

  • ogzdo