rmariuzzo / markdown-swagger

Generate API docs from Swagger file into markdown file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown Swagger

Generate API docs from Swagger file into markdown file.

Mardown Swagger Example

Installation

npm install markdown-swagger

Usage

markdown-swagger ./api/swagger/swagger.yaml ./README.md

This will read the specified swagger file and generate a table describing the API inside the target markdown file.

The markdown-swagger script will look for the for the following piece of text inside the target markdown file to do its stuff:

<!-- markdown-swagger -->
  Everything here will be replaced by markdown-swagger
<!-- /markdown-swagger -->

About

Generate API docs from Swagger file into markdown file.

License:MIT License


Languages

Language:JavaScript 100.0%