Skip to content

Releases: ozlemkorpe/cli-fake-test-data-generator

v1.0.0 – Initial Release

24 Jan 21:44

Choose a tag to compare

🚀 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