Skip to content

ambertide/generate-realm

Repository files navigation

generate-realm

npm (scoped)

npm i @ambertide/generate-realm

CLI program to generate a .realm file when given a json schema and (optionally) data fitting the said schema.

USAGE
  $ generate-realm from SCHEMA-PATH [DATA-PATH] [-o <value>]

ARGUMENTS
  SCHEMA-PATH  JSON file supplying the Realm schema
  DATA-PATH    JSON file supplying the Realm data.

FLAGS
  -o, --out=<value>  [default: out.realm] Path to the output realm

Read the documentation!