Skip to content

giancarlocosta/swagger2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swagger2md

Utility to convert Swagger JSON/yaml to Markdown files.
Supports swagger 2.0 format only

See examples folder

Installation

npm install swagger2md

Usage

npm install -g swagger2md
swagger2md [-h] [-v] -i  [-o]

Options:
  -h, --help      Show this help message and exit.
  -v, --version   Show program's version number and exit.
  -i , --input    Path to the swagger yaml file
  -o , --output   Path to the resulting md file

or

npm i --save-dev swagger2md
node_modules/swagger2md/bin/index.js -i /path/to/swagger-api-specification.json -o api.md;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published