1.0.5 • Published 3 years ago

swagger-comps v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Swagger components

Package for components based development of openapi 3.0.0 documentation

This package can simplify swagger documentation development with a component-based approach

let swagger = require('./index.js')

swagger.init()
swagger.compile()

Installation

Install package

npm i swagger-comps

I Also recommend you use this extension for Visual Code

Quick Start

Init your project directory

npm init

Install package.

npm i swagger-comps

Init your project.

swagger.init()

This function will create base directories for your components

Compile.

swagger.compile()
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago