OpenAPI Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (both 2.0 and 3.0 are supported).
Usage:
openapi-generator-cli generate -i openapi_spec.json -g <language_template> -o "$(pwd)" --package-name <name>