Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 451 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 451 Bytes

Rest.li Schema Translator

A basic GUI for translating Rest.li-compatible schema formats. Currently supports .pdsc, .pdl, and .avsc.

How to run

  • Download the JAR file from the latest release page
  • Run it using java -jar path/to/file.jar (simply double-clicking on it may work as well)

How to build

  • Clone the repository
  • gradle build