You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Update penify-oapi-codegen package name, improve command-line argument handling, and generate sample code for all languages and variants in OpenAPIHelper
Copy file name to clipboardExpand all lines: README.md
+14-16Lines changed: 14 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
+
# Penify Open API Code Gen
1
2
2
-
# Open API Code Gen
3
-
4
-
Openapi-code-gen is a JavaScript library designed to convert OpenAPI schemas into various code examples. This tool simplifies the process of generating client libraries in different programming languages based on your API documentation.
3
+
`penify-oapi-codegen` is a JavaScript library designed to convert OpenAPI schemas into various code examples. This tool simplifies the process of generating client libraries in different programming languages based on your API documentation.
5
4
6
5
## Features
7
6
@@ -10,7 +9,7 @@ Openapi-code-gen is a JavaScript library designed to convert OpenAPI schemas int
10
9
11
10
## Prerequisites
12
11
13
-
Before installing `openapi-code-gen`, ensure you have the following installed:
12
+
Before installing `penify-oapi-codegen`, ensure you have the following installed:
14
13
15
14
-[Node.js](https://nodejs.org/) (version 12 or higher)
0 commit comments