0.1.0 • Published 8 months ago

datagen-rs-cli v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@datagen-rs/cli

The datagen-rs-cli npm package provides a command line interface for generating data using datagen.

Installation

npm install -g datagen-rs-cli

Usage

datagen <schema> [output]

Positionals:
  schema  The schema file                                               [string]

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]
  --output   The output file                                            [string]

The schema argument must be a path to a valid schema file. The output argument can be set to a file to write to. If no output is provided, the output will be written to stdout. Check the generators documentation or the examples for more information on how to write a schema file.