Skip to content

ssteeg-mdsol/openapi3-generator

 
 

Repository files navigation

Deprecation notice

This repository is no longer maintained, and has been replaced by https://github.com/mdsol/openapi3-generator.

Generate PDFs from a OpenAPI v3 file

Requirements

Usage

Clone the repository:

git clone https://github.com/ssteeg-mdsol/openapi3-generator.git

And execute the script giving the path to the OpenAPI file you want to render:

cd openapi3-generator
npm install
./run.sh <path_to_your_openapi>.yaml

A release number can also be passed as a parameter, which will be displayed on the title page.

./run.sh <path_to_your_openapi>.yaml <release_number>

Update the script

From time to time, small improvements to the script may be added. To get the latest changes, run the following command in the openapi3-generator directory:

git pull origin master

Packages

No packages published

Languages

  • Ruby 91.1%
  • Java 6.5%
  • JavaScript 0.6%
  • CSS 0.6%
  • Gherkin 0.5%
  • Handlebars 0.5%
  • Other 0.2%