Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pact-foundation/pact-standalone-npm
Pact Standalone wrapper for NPM projects
https://github.com/pact-foundation/pact-standalone-npm
Last synced: about 2 months ago
JSON representation
Pact Standalone wrapper for NPM projects
- Host: GitHub
- URL: https://github.com/pact-foundation/pact-standalone-npm
- Owner: pact-foundation
- Archived: true
- Created: 2017-09-20T22:44:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T01:00:48.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T00:58:24.757Z (7 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
⚠️ This repository is now archived ⚠️
---------------------------------
The functionality implemented here has been provided by https://github.com/pact-foundation/pact-node instead# Pact Standalone Provider NPM
[![Build Status](https://travis-ci.org/pact-foundation/pact-standalone-npm.svg?branch=master)](https://travis-ci.org/pact-foundation/pact-standalone-npm)
Installation wrapper for pact [pact-standalone] executable.
On install, this package selects and installs the correct [pact-mock-service] and [pact-provider-verifier] executable for your environment. The platform-specific binaries `pact-mock-service` and `pact-provider-verifier` can be found inside the node_modules/.bin directory.
## Usage
$ npm i @pact-foundation/pact-standalone
$ node_modules/.bin/pact-mock-service --port 1234
$ node_modules/.bin/pact-provider-verifier[pact-mock-service]: https://github.com/pact-foundation/pact-mock_service
[pact-provider-verifier]: https://github.com/pact-foundation/pact-provider-verifier
[pact-standalone]: https://github.com/pact-foundation/pact-ruby-standalone## Developing
_NOTE_: If you're on OSX, you'll need [Bash 4](http://clubmate.fi/upgrade-to-bash-4-in-mac-os-x/)
installed for the scripts to work.