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
- Host: GitHub
- URL: https://github.com/bylickilabs/typescriptpasswordgenerator
- Owner: bylickilabs
- License: mit
- Created: 2025-07-01T21:19:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-01T21:43:43.000Z (7 months ago)
- Last Synced: 2025-07-01T22:26:10.579Z (7 months ago)
- Topics: auth, cli, command-line, cryptography, nodejs, npm, open-source, password-generator, random, security, strong-password, tool, typescript, typescript-cli, utility
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript Password Generator – Quick Start
||
|---|
## 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.)