1.0.0 • Published 6 months ago

generate-password-random-8 v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Generate Password 8

This is a simple package for generating random passwords with 8 characters. It includes letters (both uppercase and lowercase) and numbers.

Installation

To install, simply run: npm install generate-password-random-8

Usage

To use, import the generatePassword function and call it: javascript const { generatePassword } = require('generate-password-random-8');

const password = generatePassword(); console.log(password); // prints a random password with 8 characters

License

This package is licensed under the ISC License.

1.0.0

6 months ago