🚀 v1.0.0 – Initial Release
This is the first stable release of CLI Fake Test Data Generator 🎉
A lightweight, interactive CLI tool for generating realistic fake test data for development and QA workflows.
✨ Features
- Interactive CLI experience
- Schema inference from a single example line
- Bulk fake data generation
- Supported data types:
- UUID / GUID
- Alphanumeric strings
- Numbers
- Dates (
DD.MM.YYYY,DD/MM/YYYY) - URLs
- Emails
- Single characters
- Booleans (
true/false)
- Optional custom headers
- Clean and readable table output in CLI
- Export generated data to:
- CSV
- JSON
- XML
🧩 Platform
- Windows executable (
.exe) - No Node.js installation required
🎯 Use Cases
- Test data generation for QA & automation
- Mock data for backend/frontend development
- Quick dataset creation for demos and experiments