We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8275e01 commit 163b358Copy full SHA for 163b358
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@parsable/openapi-typescript-codegen",
3
- "version": "0.0.1-alpha-2",
+ "version": "0.0.1",
4
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
5
"author": "Ferdi Koomen",
6
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
src/templates/partials/header.hbs
@@ -1,3 +1,4 @@
+/* DO NOT EDIT THIS FILE, IT IS GENERATED FROM THE OPEN API SPECIFICATION */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
0 commit comments