From 5058a46d0f285ad013766419efdf9e3000b97864 Mon Sep 17 00:00:00 2001 From: Oskar Asplin Date: Tue, 7 Jan 2025 12:28:10 +0100 Subject: [PATCH] Add description of fork to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b4de6b4a4..a5a9b9e64 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +This is a fork of the original OpenAPI Typescript Codegen library. It is only meant as a temprorary npm package to use until these feature requests are merged into the original repo: +- https://github.com/ferdikoomen/openapi-typescript-codegen/pull/1465 +- https://github.com/ferdikoomen/openapi-typescript-codegen/pull/1145 + +To install this fork: `npm install @oskarasplin/openapi-typescript-codegen` + +At the time of writing the `feature/omit-read-only` branch is published as the latest npm version + +Original ReadMe below + # Important announcement > [!IMPORTANT]