1.0.5 • Published 5 years ago
swagger-comps v1.0.5
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-compsI Also recommend you use this extension for Visual Code
Quick Start
Init your project directory
npm initInstall package.
npm i swagger-compsInit your project.
swagger.init()This function will create base directories for your components
Compile.
swagger.compile()