Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cpendery/wock

[WIP] effortlessly mock remote hosts with local files
https://github.com/cpendery/wock

Last synced: 2 days ago
JSON representation

[WIP] effortlessly mock remote hosts with local files

Awesome Lists containing this project

README

        

# wock

wock is a simple tool for mocking a host with local files

```shell
$ wock install
Successfully installed/verified local CA
$ wock nytimes.com html
mocking host 'nytimes.com' with files from /c/users/exampleuser/documents/html
```

image

wock simplifies managing certificates, adjusting host DNS resolution, serving local build files
all through one unified interface. wock also provides its locally-trusted certificates using
[mkcert](https://github.com/FiloSottile/mkcert)'s local CA in the system root store.

## Supported Browsers

| OS | Chromium (Chrome, Edge, etc.) | Firefox |
| ------- | ----------------------------- | ------- |
| Linux\* | ✅ | ✅ |
| Windows | ✅ | ❌ |
| MacOS | ✅ | ✅ |

\* = Not all linux distros are supported. If it's supported by mkcert, it's supported by wock.