tendershins
v1.0.4
Published
Wrapper for shins generators
Downloads
3
Maintainers
Readme
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.