dummyjsondata
v1.0.0
Published
CLI tool to generate json file with fake data related to 10+ categories
Downloads
1
Maintainers
Readme
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]