How to download and setup oapi-codegen
Open terminal and run command
git clone https://github.com/deepmap/oapi-codegen.git
git clone is used to create a copy or clone of oapi-codegen repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with oapi-codegen https://github.com/deepmap/oapi-codegen/archive/master.zip
Or simply clone oapi-codegen with SSH
[email protected]:deepmap/oapi-codegen.git