yasocks
v1.0.6
Published
Yet Another Swagger mock server
Readme
Swagger Mock Server
Yet Another Swagger mock server
Install
yarn add -D yasocksUsage
Usage:
yasocks /path/to/swagger.json
yasocks http://example.com/swagger.jsonConfiguration
PORT=8000 yasocks /path/to/swagger.jsonProgrammatic use
const yasocks = require('yasocks')
yasocks('/path/to/swagger')