Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 353 Bytes

Paw-SwaggerGenerator

An empty repository to host the build of the Swagger Generator produced by API-Flow.

Setup

to update the repository to the latest version, use the following scripts

export APIFLOW='path-to-api-flow' # replace this with your path to API-Flow
make update APIFLOW="$APIFLOW"