Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 742 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 742 Bytes

mocker 🥸

Mocker is a self-initializing fake implemented as a reverse proxy that supports different record/playback modes.

It records HTTP interactions in a file-system so they can be later replayed during local development or in broad stack tests, precluding the need for access to real external services.

Mocker is implemented in JavaScript, it has zero dependencies, and can be used either as a command-line tool or as a library.

Installation

brew tap caiogondim/tap
brew install mocker

Usage

mocker --help

More info on docs.