Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/salimkayabasi/mockalisa

Mock any REST API on your local
https://github.com/salimkayabasi/mockalisa

Last synced: 7 days ago
JSON representation

Mock any REST API on your local

Awesome Lists containing this project

README

        

# mockalisa
Mock any REST API on your local

## Installing

You can install it once as globally and run it everywhere. It is also possible to install it via `npx` and run it on the fly.

```shell
npm i -g mockalisa
mockalisa config.yml
```
OR
```shell
npx mockalisa config.yml
```

If you need a config file as an example to start. Please have a look on [this folder](test/yml/)