Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hkalexling/koa
https://github.com/hkalexling/koa
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hkalexling/koa
- Owner: hkalexling
- License: mit
- Created: 2020-12-13T14:49:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T15:58:43.000Z (over 2 years ago)
- Last Synced: 2024-05-23T00:37:50.867Z (6 months ago)
- Language: Crystal
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Koa
Kemal OpenAPI Description Generator
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
koa:
github: hkalexling/koa
```2. Run `shards install`
## Usage
See [examples/basic.cr](examples/basic.cr). The YAML file generated by the example can be found at [examples/basic.yaml](examples/basic.yaml).
## Contributors
- [Alex Ling](https://github.com/hkalexling) - creator and maintainer