Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 360 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 360 Bytes

Basic Structure to Define OpenApi

This repository contains a basic structure to define and generate an html API report

Setup 🚀

You can run the following docker image to generate html report

 docker run --rm \
    -v $PWD:/local openapitools/openapi-generator-cli generate \
    -i /local/openapi-rest.yml \
    -g html \
    -o /local/out/