1.0.6 • Published 7 years ago
yasocks v1.0.6
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')