A basic GUI for translating Rest.li-compatible schema formats. Currently supports .pdsc, .pdl, and .avsc.
- 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)
- Clone the repository
gradle build