Skip to content

senor-artemisio/tendershins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tendershins

Wrapper for shins generators:

Generates HTML documentation from OpenAPI / Swagger / AsyncAPI / Semoasa definition.

To install

Clone the git repository, or use npm install

npm install tendershins --save

Usage

To generate documentation create a specification file in the supported format and run tendershins:

npx tendershins <spec_file> <targe_path> [logo_path]

Examples of specification files see in OpenAPI repository.