Home Explore Blog CI



zed

crates/schema_generator/README.md
ce67cad3a81bbbd340c76da90f4771b1ddb88b96bcc6c43400000003000000cf
# Zed Schema Generator

Prints various Zed schemas to stdout.

## Usage

```sh
cargo run -p schema_generator -- --help

cargo run -p schema_generator -- theme
cargo run -p schema_generator -- icon_theme
```

Chunks
22021108 (1st chunk of `crates/schema_generator/README.md`)
Title: Zed Schema Generator: Usage
Summary
The Zed Schema Generator is a tool that prints Zed schemas to standard output. It can be invoked via cargo run and accepts arguments like 'theme' or 'icon_theme' to specify the schema to generate.