šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

anymock

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anymock

0.2.4
Rubygems
Version published
Maintainers
1
Created
Source

Anymock

Simple mock server. Print request params to response and STDOUT.

Installation

Add this line to your application's Gemfile:

gem 'anymock'

And then execute:

$ bundle

Or install it yourself as:

$ gem install anymock

Options

-d [DIR] specify document root (default: './public')
-h [HOST] speify host name (default: 'localhost')
-p [PORT] specify port number (default: '8080')
-m puts response to STDOUT

Example

$ anyock -d ./files -h localhost -p 8100 -m

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nysalor/anymock.

FAQs

Package last updated on 10 Mar 2020

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