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