1.0.4 • Published 5 years ago

tendershins v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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.