UNPKG

express-oas-generator

Version:

Module to automatically generate OpenAPI (Swagger) specification for existing ExpressJS 4.x REST API applications

9 lines (6 loc) 129 B
#!/usr/bin/env node /** * use this file to start your server. */ const { startServer } = require('./server'); startServer();