Skip to content

Commit d3a7ba9

Browse files
authored
Add README badges (#370)
### Motivation Surface the Swift version support status from Swift Package Index (not the platform badge here, as it's confusing people between what the _tool_ supports vs what platforms the _generated code_ can run on; let's redo the READMEs anyway for 1.0.) ### Modifications Added badges, plus a quick link to the docc docs, to the top of the README. ### Result Easier to quickly see our support matrix, plus the quick link to docs. ### Test Plan Previewed locally.
1 parent d2ead56 commit d3a7ba9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Swift OpenAPI Generator
22

33
[![](https://img.shields.io/badge/sswg-sandbox-lightgrey.svg)](https://www.swift.org/sswg/)
4+
[![](https://img.shields.io/badge/docc-read_documentation-blue)](https://swiftpackageindex.com/apple/swift-openapi-generator/documentation)
5+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fapple%2Fswift-openapi-generator%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/apple/swift-openapi-generator)
46

57
Generate Swift client and server code from an OpenAPI document.
68

0 commit comments

Comments
 (0)