Skip to content

Docker usage

Ferdi Koomen edited this page Jan 7, 2024 · 1 revision

To build the Docker container, execute the following command:

docker build . --tag openapi-typescript-codegen

After this is done, you can execute the CLI commands:

docker run openapi-typescript-codegen --help
docker run openapi-typescript-codegen --input sample.yaml --output client
Clone this wiki locally