Skip to content

Stocard/json-schema-faker-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-schema-faker-cli

MIT License Build Status

NPM status

It is a CLI for json-schema-faker.

install

npm install -g json-schema-faker-cli

usage

generating single object from the schema

generate-json schema.json output.json

  • schema.json - file containing JSON schema
  • output.json - generated file according to the provided schema

generating array of multiple objects

generate-json schema.json output.json $ITEMS_LENGTH

  • ITEMS_LENGTH - number of objects in the array

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%