Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inkognitro committed Mar 20, 2024
1 parent 2e5d592 commit 3010fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
![Statements](./badges/jest/coverage-statements.svg)
![Coverage total](./badges/jest/coverage-total.svg)

# oas2ts
# oas-to-code
A tool to convert [OpenApi](https://swagger.io/specification/) specifications into callable endpoint functions in [TS](https://www.typescriptlang.org/).

## Why should I use `oas2ts`?
## Why should I use `oas-to-code`?
Easy one to answer:
- to have a single-source-of-truth for endpoint definitions
- to have the possibility for an automatic compatibility check of your api endpoints with your TS frontends
Expand Down

0 comments on commit 3010fa8

Please sign in to comment.