An open API service indexing awesome lists of open source software.

https://github.com/bylickilabs/typescriptpasswordgenerator

TypeScript Password Generator – Quick Start
https://github.com/bylickilabs/typescriptpasswordgenerator

auth cli command-line cryptography nodejs npm open-source password-generator random security strong-password tool typescript typescript-cli utility

Last synced: 7 months ago
JSON representation

TypeScript Password Generator – Quick Start

Awesome Lists containing this project

README

          

# TypeScript Password Generator – Quick Start

|![pass](https://github.com/user-attachments/assets/63b2eb1e-615a-4ec5-8e29-5e075ab1d6f3)|
|---|

## Voraussetzungen

- [Node.js](https://nodejs.org/) (empfohlen: Version 18 oder neuer)
- TypeScript & ts-node als Dev-Abhängigkeiten im Projekt

## Installation

1. **Projekt herunterladen oder Repository klonen**

```yarn
git clone https://github.com/bylickilabs/TypeScriptPasswordGenerator.git
cd TypeScriptPasswordGenerator
```

---

> Abhängigkeiten Installieren

```
npm install
npx ts-node index.ts
npx ts-node index.ts 20
```

> Hinweise
Starte das Tool niemals direkt mit node index.ts, sondern immer mit npx ts-node index.ts ...

```yarn
"type": "module" in package.json nicht verwenden
```

> Du kannst den Code beliebig anpassen (Zeichensätze, Optionen etc.)