Home Explore Blog CI



zed

1st chunk of `crates/schema_generator/README.md`
220211082af72f84c06e576eb11f42ad80c5a253f076de5700000001000000cf
# 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
```

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.