Skip to content

Package for components based development of openapi 3.0.0 documentation

License

Notifications You must be signed in to change notification settings

N34AY/swagger-comps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Package for components based development of openapi 3.0.0 documentation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published