0.1.0 • Published 6 years ago

apisim-server v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

apisim logo

apisim-server

A tiny lightweight server that will emulate a large full-scale API server, useful for testing.

Installation

npm install --global apisim-server

Usage

Usage: apisim -p <port> -d <delay(sec)>

Monitor user-specified files/folders for changes on specific file extensions and run relevant shell commands

Options:

  -p, --port          port number you want the server listening to
  -d, --delay         number range in secs to delay responses
  -h, --help          output usage information
  -V, --version       output version number

Examples

Running the lidless eye and passing it a yml settings file

$ apisim -p 4001 -d 2-5

License

ISC