0.1.1 • Published 1 year ago

fakemint v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Fakemint

🍃 Minimalist command-line tool for generating test data.
Quickly create simple, debug-friendly data files for testing server requests—right from your console.

🔧 Installation

Requirements

Before installing, ensure you have the following:

  • Node.js (v14.0.0 or later)
  • npm (comes with Node.js)

Steps

  1. Install the package using one of the following commands:

    • For local use within a project:

      npm install fakemint
    • For global use across your system:

      npm install -g fakemint
  2. Verify the installation (optional):

    fakemint --version

🚀 Usage

Interactive Menu

  • Run the following command to open an interactive menu:

    fakemint

OR

Command-line Mode

  • Use the following command to generate a file with specified fields:

    fakemint generate field1 field2 field3

Example

Input

  fakemint generate firstName dateOfBirth email

Output

{
  "firstName": "Demarco",
  "dateOfBirth": "1964-12-12T18:07:35.108Z",
  "email": "Kari53@hotmail.com"
}

Now you're ready to create structured data files quickly and effortlessly!

0.1.1

1 year ago

0.1.0

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago