# simpliest-password-generator

> function for password generation

Latest version **2.0.0** (published 2023-11-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install simpliest-password-generator
pnpm add simpliest-password-generator
yarn add simpliest-password-generator
bun add simpliest-password-generator
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2023-11-19 |
| First published | 2023-11-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | d.igoschin.igoshin@gmail.com |
| Maintainers | digos |
| Keywords | password, generation, simple, string |

## Links

- npm: https://www.npmjs.com/package/simpliest-password-generator
- npm.io page: https://npm.io/package/simpliest-password-generator

## Alternatives

- [@mce/gif](https://npm.io/package/@mce/gif.md) — 2.6K weekly downloads
- [cleanse](https://npm.io/package/cleanse.md) — 173 weekly downloads
- [str](https://npm.io/package/str.md) — 127 weekly downloads
- [naming](https://npm.io/package/naming.md) — 95 weekly downloads
- [tap-telco-api](https://npm.io/package/tap-telco-api.md) — 19 weekly downloads

## Recent versions

- 2.0.0 (latest) — 2023-11-19
- 1.1.6 — 2023-11-19
- 1.1.5 — 2023-11-19
- 1.1.4 — 2023-11-19
- 1.1.3 — 2023-11-19
- 1.1.2 — 2023-11-19
- 1.1.1 — 2023-11-19
- 1.1.0 — 2023-11-19
- 1.0.8 — 2023-11-12
- 1.0.7 — 2023-11-12
- 1.0.6 — 2023-11-12
- 1.0.5 — 2023-11-12
- 1.0.4 — 2023-11-12
- 1.0.3 — 2023-11-12
- 1.0.2 — 2023-11-12
- … 2 more at https://npm.io/package/simpliest-password-generator/versions

## README

<h1 align="center">Welcome to simpliest-password-generator 👋</h1>
<p>
  <a href="https://www.npmjs.com/package/simpliest-password-generator" target="_blank">
    <img alt="Version" src="https://img.shields.io/npm/v/simpliest-password-generator.svg">
  </a>
  <a href="#" target="_blank">
    <img alt="License: ISC" src="https://img.shields.io/badge/License-ISC-yellow.svg" />
  </a>
</p>

> function for password generation

## Install

```sh
npm install simpliest-password-generator
```

## Usage

```sh
const genereatePassword = require('simpliest-password-generator');

// 1: simple usage
console.log(genereatePassword()) // E?r8H,,4>Tqy

// 2: with length and specials controls
const eightWithUppercase = genereatePassword(8, {
  uppercase: true,
  numbers: false,
  specials: false
})

console.log(eightWithUppercase) // PGgLajec
```

## Author

👤 **d.igoschin.igoshin@gmail.com**

* Github: [@denis143241](https://github.com/denis143241)

## Show your support

Give a ⭐️ if this project helped you!

---
_Source: https://npm.io/package/simpliest-password-generator · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
