schemy-ts

Crates.ioschemy-ts
lib.rsschemy-ts
version0.1.1
created_at2025-04-25 22:21:49.218689+00
updated_at2025-04-25 22:21:49.218689+00
descriptionGenerates TypeScript types from Schema.org JSON-LD vocabulary.
homepage
repositoryhttps://github.com/frectonz/schemy
max_upload_size
id1649573
size46,932
Fraol Lemecha (frectonz)

documentation

README

schemy-ts

Generates TypeScript types from Schema.org JSON-LD vocabulary. You can download the JSON vocabulary definition files here.

Generates TypeScript types from Schema.org JSON-LD vocabulary.

Usage: schemy-ts [OPTIONS]

Options:
  -i, --input-file <SCHEMA_FILE>  Path to the Schema.org JSON-LD input file [default: schema/schemaorg-current-https.jsonld]
  -o, --output-dir <OUTPUT_DIR>   Path to the output directory for the generated TypeScript source [default: out]
  -h, --help                      Print help
  -V, --version                   Print version
Commit count: 66

cargo fmt