feat: Implement account creation module with realistic data generation

- Add DataGenerator class for generating emails, passwords, birthdates, and names.
- Create README.md detailing features, usage, and process flow for account creation.
- Develop CLI for initiating account creation with optional referral URL.
- Introduce nameDatabase for realistic first and last name generation.
- Define CreatedAccount interface for structured account data.
This commit is contained in:
2025-11-07 20:45:18 +01:00
parent 555efa1db0
commit 6be9cca80f
9 changed files with 2205 additions and 0 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@ node_modules/
.github/
diagnostics/
reports/
accounts-created/
accounts.json
accounts.jsonc
notes