It is a CLI for json-schema-faker.
npm install -g json-schema-faker-cli
generate-json schema.json output.json
schema.json- file containing JSON schemaoutput.json- generated file according to the provided schema
generate-json schema.json output.json $ITEMS_LENGTH
ITEMS_LENGTH- number of objects in the array
