Skip to content
/ jdoc Public

Generate API documentation from JSON Schema.

License

Notifications You must be signed in to change notification settings

r7kamura/jdoc

Repository files navigation

Jdoc

CI

Generate API documentation from JSON Schema.

Install

$ gem install jdoc

Usage

See example-api-documentation.md generated by the following command.

$ jdoc spec/fixtures/schema.yml > example-api-documentation.md