1.0.5 • Published 5 years ago

swagger-comps v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago