Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

datagen-rs-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datagen-rs-cli

The CLI for datagen-rs

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@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.

FAQs

Package last updated on 26 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc