The current process to update this repo is the following:
- From swaggerhub, I was going to “export -> swift 5”.
- Extract the zip (could probably be done in commandline but i was double clicking in finder)
- cp ~/Downloads/swift5-client-generated/SwaggerClient/Classes/Swaggers/* ~/dev/DeckOfCards/Sources/DeckOfCards/
- git diff // To verify changes
- git add .
- git commit
- git push origin master