Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 571 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 571 Bytes

mockverse

Instantly transform your Postman collections into blazing-fast mock servers! Supports complex combinations of query parameters and request bodies for accurate and efficient mocking

Currently supports JSON REST APIs

Installation

To install Mockverse, run:

npm install mockverse

Usage

  • Prepare your Postman collection file.
  • Pass it to the Mockverse CLI:
$ npx mockverse <postman-collection-file>
  • Get a fully functional REST API

For a list of available options, run:

Run mockverse --help for a list of options