apple / swift-openapi-generator

Generate Swift client and server code from an OpenAPI document.
https://swiftpackageindex.com/apple/swift-openapi-generator/documentation
Apache License 2.0
1.23k stars 89 forks source link

Use conventional naming for example projects #458

Closed simonjbeaumont closed 5 months ago

simonjbeaumont commented 5 months ago

Motivation

The example packages were named using CamelCase, rather than kebab-case and also could use with some renaming to group them better and make it clear they are examples.

Modifications

Result

Easier to browse the examples.

Test Plan

CI.

simonjbeaumont commented 5 months ago

@czechboy0 OK, I updated the parent README and applied most of your suggestions. Given you approved already, I'll land this, and we can always follow up with more refinements before release.