Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macropygia/oas-stack
Tiny tools for OpenAPI Specification.
https://github.com/macropygia/oas-stack
openapi zod
Last synced: 28 days ago
JSON representation
Tiny tools for OpenAPI Specification.
- Host: GitHub
- URL: https://github.com/macropygia/oas-stack
- Owner: macropygia
- License: mit
- Created: 2023-01-31T17:12:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T15:01:40.000Z (almost 2 years ago)
- Last Synced: 2024-12-15T03:50:23.102Z (about 2 months ago)
- Topics: openapi, zod
- Language: TypeScript
- Homepage: https://oas-stack.vercel.app
- Size: 622 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.ja_JP.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenAPI Specification Stack
[![OpenAPI](https://img.shields.io/badge/OpenAPI-6ba539?style=flat-square&logo=openapiinitiative&logoColor=white)](https://www.openapis.org/)
[![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=node.js&logoColor=white)](https://nodejs.org/)
[![pnpm](https://img.shields.io/badge/pnpm-f69220?style=flat-square&logo=pnpm&logoColor=white)](https://pnpm.io/)
[![TypeScript](https://img.shields.io/badge/TypeScript-3178c6?style=flat-square&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
[![Vitest](https://img.shields.io/badge/Vitest-6e9e18?style=flat-square&logo=Vitest&logoColor=white)](https://vitest.dev/)
[![ESLint](https://img.shields.io/badge/ESLint-4b32c3?style=flat-square&logo=eslint&logoColor=white)](https://eslint.org/)
[![Prettier](https://img.shields.io/badge/Prettier-f7b93e?style=flat-square&logo=prettier&logoColor=white)](https://prettier.io/)
[![EditorConfig](https://img.shields.io/badge/EditorConfig-fefefe?style=flat-square&logo=editorconfig&logoColor=black)](https://editorconfig.org/)
[![GitHub Actions](https://img.shields.io/badge/GitHub%20Actions-2088ff?style=flat-square&logo=githubactions&logoColor=white)](https://github.com/features/actions)OpenAPI Specification関連の小物類
## プロジェクト
- [oas30-to-zod](https://github.com/macropygia/oas-stack/tree/main/packages/oas30-to-zod#readme)
- OpenAPI Specification 3.0のコンポーネントからZodスキーマを生成する