jr

Generate quality random data for testing applications

brewmacoslinux
Try with needOr install directly
Source

About

CLI program that helps you to create quality random data for your applications

Commands

jr

Examples

Generate a random person object with name and email$ jr person
Generate 5 random users with custom fields$ jr user -n 5 -f name -f email -f age
Generate random data with a specific template format$ jr -t '{"id": "{{uuid}}", "timestamp": "{{date}}"}''