1.0.0 • Published 3 years ago

dummyjsondata v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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]