Hi all,<p>We've just added an F# Giraffe server stub generator (beta) to the OpenAPI Generator project (<a href="https://github.com/OpenAPITools/openapi-generator" rel="nofollow">https://github.com/OpenAPITools/openapi-generator</a>) and would appreciate if you can try it out and let us know if you've any feedback or question for us (<a href="http://github.com/OpenAPITools/openapi-generator/issues/new" rel="nofollow">http://github.com/OpenAPITools/openapi-generator/issues/new</a>). To try it out, just follow 3 steps:<p>1. Download the Java JAR (<a href="https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/4.0.0-SNAPSHOT/openapi-generator-cli-4.0.0-20190506.150008-621.jar" rel="nofollow">https://oss.sonatype.org/content/repositories/snapshots/org/...</a>)<p>2. Rename the JAR as "openapi-generator-cli.jar"<p>3. Run the following command to generate a F# Giraffe server stub for Petstore API (<a href="https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/2_0/petstore.yaml" rel="nofollow">https://raw.githubusercontent.com/OpenAPITools/openapi-gener...</a>):<p>Mac/Linux:
- java -jar openapi-generator-cli.jar generate -g fsharp-giraffe-server -i <a href="https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/2_0/petstore.yaml" rel="nofollow">https://raw.githubusercontent.com/OpenAPITools/openapi-gener...</a> -o /var/tmp/fsharp-giraffe-petstore/<p>Windows:
- java -jar openapi-generator-cli.jar generate -g fsharp-giraffe-server -i <a href="https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/2_0/petstore.yaml" rel="nofollow">https://raw.githubusercontent.com/OpenAPITools/openapi-gener...</a> -o C:\temp\fsharp-giraffe-petstore<p>I hope you will find the new generator useful.<p>A special thanks to Nick Fisher (founder of <a href="https://Lexico.IO" rel="nofollow">https://Lexico.IO</a>) who contributes the generator.<p>Thanks,
William