Skip to content

Abhishek971999/dummyjsondata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dummyjsondata

CLI tool to generate json file with fake data related to 10+ categories

🚀 Installation

npm i -g dummyjsondata

📈 Usage

Lists all available categories

dummyjsondata categories

Get fake json data related to a category

  • category - required
  • quantity - optional (If not mentioned will be assigned value as 5)
dummyjsondata get <category> [quantity]