hono-openapi
Version:
OpenAPI schema generator for Hono
24 lines (14 loc) • 1.38 kB
Markdown
# 📜 Hono OpenAPI
[](https://deepwiki.com/rhinobase/hono-openapi)
[](https://npmjs.org/package/hono-openapi "View this project on NPM")
[](https://www.npmjs.com/package/hono-openapi)
This can automatically generate the OpenAPI specification for the Hono API using your validation schema, which can be used to generate client libraries, documentation, and more.
This lib supports all the validation libs which are [Standard Schema](https://standardschema.dev/) compliant.
For documentation visit [honohub.dev](https://honohub.dev).
> [!Note]
> This package is still in development and your feedback is highly appreciated. If you have any suggestions or issues, please let us know by creating an issue on GitHub.
## Contributing
Visit our [contributing docs](https://github.com/rhinobase/hono-openapi/blob/main/CONTRIBUTING.md).
## Credits
- The idea for this project was inspired by [ElysiaJS](https://elysiajs.com/) and their amazing work on generating [OpenAPI](https://elysiajs.com/recipe/openapi.html) specifications.
- This project would not have been possible without the work of [Sam Chung](https://github.com/samchungy) and his [Zod OpenAPI](https://github.com/samchungy/zod-openapi) package.