Skip to content

๐Ÿƒ Minimalist command-line tool for generating test data.

License

Notifications You must be signed in to change notification settings

bvckslvsh/fakemint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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": "[email protected]"
}

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

About

๐Ÿƒ Minimalist command-line tool for generating test data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published