github.com/hkalexling/Koa

No description declared in shard.yml.

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  koa:
    github: hkalexling/Koa
    version: ~> 0.9.0

Then run:

shards install

shard.yml

Crystal
1.0.0
License
MIT
Author
Alex Ling

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal
  • open_api*github: hkalexling/open_api.cr, branch: master

README

Koa

Kemal OpenAPI Description Generator

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      koa:
        github: hkalexling/koa
  2. Run shards install

Usage

See examples/basic.cr. The YAML file generated by the example can be found at examples/basic.yaml.

Contributors