cli for json-schema-faker
npm install json-schema-faker-cli


This is a CLI for json-schema-faker.
npm install -g json-schema-faker-cli
generate-json schema.json output.jsongenerate-json schema.json output.json $ITEMS_LENGTHgenerate-json schema.json output.json none options.jsYou can use any of the json-schema-faker available options.
an example options file:
``js`
module.exports = {
minLength: 20,
random: () => 0.2,
};
$3
You can pass none` to skip any of the optional params. It's useful when you need to pass a following param when skipping some of the previous params at the same time.