0.0.3 • Published 8 months ago

mockverse v0.0.3

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

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