Copycat is a package that takes an input JSON file, randomizes its values, and creates a specified number of copies. The randomized copies are then written to an output JSON file.
-i, --inputSpecifies the input JSON file.-o, --outputSpecifies the output JSON file.-c, --copiesSpecifies the number of copies to create. Defaults to 1 if not provided.