https://github.com/code-monad/swagger-gen
generate axios api from openapi json
https://github.com/code-monad/swagger-gen
Last synced: 3 months ago
JSON representation
generate axios api from openapi json
- Host: GitHub
- URL: https://github.com/code-monad/swagger-gen
- Owner: code-monad
- Created: 2024-05-02T11:56:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T12:46:48.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T21:42:12.793Z (about 1 year ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swagger-gen
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.6. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.