Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 606 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 606 Bytes

2017/07/16 @ Wantedly, Inc.

Getting Started

Install dependencies:

$ bundle install --path vendor/bundle

And run with:

$ bundle exec rackup config.ru -p 5000

View at: http://localhost:5000

Usage

Combine schemata:

$ bundle exec prmd combine --meta doc/meta.yml -o doc/schema.json doc/schemata

Generate API document with jdoc:

$ bundle exec jdoc doc/schema.json > doc/api.md

LICENSE

licensed under MIT-license.