Home

Welcome to Bogus.CLI 🚀

Bogus.CLI is a command-line tool based on the NuGet package Bogus, designed to quickly and easily generate realistic fake data directly from the terminal.

If you need large volumes of fake data to test your applications without relying on external sources, Bogus.CLI is the perfect solution.

Purpose

Bogus.CLI was created to simplify fake data generation. The goal is to help developers:

  • Create consistent and realistic test data.
  • Automate dataset generation directly from the terminal.
  • Test their applications without manual effort.

If this tool helps you be more productive, consider leaving a ⭐ on the repository!

Minimum Requirements

To use Bogus.CLI, you need to have installed:

  • .NET 8.0 or higher.

Quick Installation

To install Bogus.CLI globally, run the following command:

dotnet tool install --global BogusCli

Basic Usage Example

After installation, you can start generating data immediately. A basic example:

bogus dataset name.fullname --count 10

This command generates 10 fake full names.

Explore more commands and options in the next pages of the documentation!


Next: Installation