Converts Elasticsearch specification (TypeScript definitions) to equivalent Scala code with Circe codecs.
The following tools are needed to build generator:
- [sbt], to compile and assemble generator
To build generator type following command:
sbt build
First we need to supply /specification folder with Elasticsearch TypeScript specification. Afterwards we run following command:
sbt run
Generated Scala code with circe codecs should be located in /output folder.
TODO