You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,12 @@ Mimic is standalone HTTP-based mock server.
3
3
4
4
Mimic can be used for rapid development of an existing or non existing API, supporting different sort of failure modes to give you chance to develop against it.
5
5
6
+
# Installation
7
+
8
+
```
9
+
brew tap enginyoyen/homebrew-repo
10
+
brew install enginyoyen/homebrew-repo/mimic
11
+
```
12
+
6
13
# Licence
7
14
Use of this source code is governed by an MIT license that can be found in the `LICENSE` file.
0 commit comments