|
1 | | -# schema-typescript |
2 | | - |
3 | | -<p align="center" width="100%"> |
4 | | - <img src="https://github.com/hyperweb-io/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80"> |
5 | | - <br/> |
6 | | - JSON Schema TypeScript utilities for the Interweb |
7 | | - <br /> |
8 | | - <a href="https://github.com/hyperweb-io/schema-typescript/actions/workflows/run-tests.yaml"> |
9 | | - <img height="20" src="https://github.com/hyperweb-io/schema-typescript/actions/workflows/run-tests.yaml/badge.svg" /> |
10 | | - </a> |
11 | | - <a href="https://github.com/hyperweb-io/schema-typescript/blob/main/LICENSE-MIT"> |
12 | | - <img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/> |
13 | | - </a> |
14 | | -</p> |
15 | | - |
16 | | -## Packages |
17 | | - |
18 | | -This repository contains the following packages: |
19 | | - |
20 | | -- [`schema-typescript`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/schema-typescript) |
21 | | - Provides robust tools for handling JSON schemas and converting them to TypeScript interfaces with ease and efficiency. |
22 | | - |
23 | | -- [`@schema-typescript/cli`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/cli) |
24 | | - CLI is the command line utility for `schema-typescript`. |
25 | | - |
26 | | -- [`schema-sdk`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/schema-sdk) |
27 | | - Provides robust tools for handling OpenAPI schemas and converting them to TypeScript clients with ease and efficiency. |
28 | | - |
29 | | -- [`@interweb/node-api-client`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/node-api-client) |
30 | | - A lightweight and flexible HTTP client for interacting with RESTful APIs in Node.js, supporting common HTTP methods and customizable options. |
31 | | - |
32 | | -- [`@interweb/fetch-api-client`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/fetch-api-client) |
33 | | - A lightweight and flexible HTTP client for interacting with RESTful APIs in Node.js *and the Browser*, supporting common HTTP methods and customizable options. |
34 | | - |
35 | | - |
36 | | -## Need Help? |
37 | | - |
38 | | -`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). |
39 | | - |
40 | | -## License 📜 |
41 | | - |
42 | | -Distributed under the MIT License. See \`LICENSE\` for more information. |
| 1 | +> ⚠️ **Archived Repository** |
| 2 | +> This repo has been merged into our consolidated utilities workspace. |
| 3 | +> Please use the new location instead: https://github.com/hyperweb-io/dev-utils/ |
0 commit comments