1.2.1 • Published 7 years ago
@braira/mockup v1.2.1
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/mockupHow to use
aira mockup --helpThere 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