Skip to content

bylickilabs/TypeScriptPasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Password Generator – Quick Start

pass

Voraussetzungen

  • Node.js (empfohlen: Version 18 oder neuer)
  • TypeScript & ts-node als Dev-Abhängigkeiten im Projekt

Installation

  1. Projekt herunterladen oder Repository klonen
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 ...

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

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

Releases

No releases published

Packages

No packages published