create-api

Generate Swift code from OpenAPI specifications

brewmacoslinux
Try with needOr install directly
Source

About

Delightful code generator for OpenAPI specs

Commands

create-api

Examples

Generate Swift code from an OpenAPI spec file$ create-api spec.yaml -o Sources/
Generate code from a remote OpenAPI specification$ create-api https://example.com/openapi.json -o Sources/
Display help information and available options$ create-api --help