Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-chaulet authored Feb 16, 2024
1 parent 27777b2 commit afecf6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
This Repo is a fork of the original codebase that was created to support OpenAPI spec v3.1. The original motivation was to be able to support schema generated by [FastAPI](https://fastapi.tiangolo.com/) versions 0.100 and above.

# OpenAPI Typescript Codegen

[![NPM][npm-image]][npm-url]
Expand All @@ -11,6 +9,9 @@ This Repo is a fork of the original codebase that was created to support OpenAPI

> Node.js library that generates Typescript clients based on the OpenAPI specification.
This Repo is a fork of the original codebase that was created to support OpenAPI spec v3.1. The original motivation was to be able to support schema generated by [FastAPI](https://fastapi.tiangolo.com/) versions 0.100 and above.


## Why?
- Frontend ❤️ OpenAPI, but we do not want to use JAVA codegen in our builds
- Quick, lightweight, robust and framework-agnostic 🚀
Expand Down

0 comments on commit afecf6c

Please sign in to comment.