hannie / wiremock-standalone

WireMock standalone library for node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WireMock Standalone for NPM

Simple wrapper for WireMock standalone.

Install:

npm i -D wiremock-standalone

Usage (as script in package.json):

{
  "scripts": {
    "start:mock": "wiremock --root-dir ./mock"
  }
}

Maven Override:

You can use the MAVEN_BASE_URL environment variable to override the public https://repo1.maven.org/maven2 URL.

About

WireMock standalone library for node


Languages

Language:JavaScript 100.0%