Socket
Book a DemoInstallSign in
Socket

apisim-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apisim-server

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

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 11 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts