MockUp
AIRA CLI module for starting REST server for mocking up responses, based on Open API 2.0 specification. The idea here, is to make it as easy as possible. No mocks database configuration, no other stuff. Just simple schema driven responses on requests, validated via specification.
How to install
npm install -g @bracketedrebels/aira
npm install -g @braira/mockup
How to use
aira mockup --help
There are a few configuration options that could help you to customize server behavior. Server is hosted via Express and parsing and validation is going through swagger-express-middleware