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
Welcome to _schema-typescript_! This project provides robust tools for handling JSON schemas and converting them to TypeScript interfaces with ease and efficiency.
10
+
Welcome to _schema-sdk_! This project provides robust tools for handling OpenAPI schemas and converting them to TypeScript clients with ease and efficiency.
11
11
12
12
## Features
13
13
@@ -21,63 +21,23 @@ Welcome to _schema-typescript_! This project provides robust tools for handling
21
21
22
22
## Getting Started 🏁
23
23
24
-
To get started with _schema-typescript_, simply run:
24
+
To get started with _schema-sdk_, simply run:
25
25
26
26
```bash
27
-
npm install schema-typescript
27
+
npm install schema-sdk
28
28
```
29
29
30
-
## Usage 📘
31
-
32
-
Here's a quick example to show you how to convert a JSON schema into TypeScript interfaces:
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
77
37
78
38
## Need Help?
79
39
80
-
`schema-typescript` might not work perfectly for all JSON schemas yet. We value your feedback and contributions to make it better. If you encounter any issues or have suggestions for improvements, please [let us know](https://github.com/pyramation/schema-typescript/issues).
40
+
`schema-sdk` might not work perfectly for all JSON schemas yet. We value your feedback and contributions to make it better. If you encounter any issues or have suggestions for improvements, please [let us know](https://github.com/pyramation/schema-sdk/issues).
0 commit comments