Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/infection/homebrew-infection

Homebrew tap for https://infection.github.io/
https://github.com/infection/homebrew-infection

ast coverage homebrew homebrew-tap infection macos mutant mutation mutation-analysis mutation-testing test-framework testing

Last synced: 6 days ago
JSON representation

Homebrew tap for https://infection.github.io/

Awesome Lists containing this project

README

        

Homebrew Infection Formula
==========================

This repository contains a [Homebrew](https://brew.sh) formula for installing [Infection](https://infection.github.io/) on MacOS.

## Usage

To install infection, you need to tap the repository first

```bash
$ brew tap infection/homebrew-infection
```

Then install infection using the following command

```bash
$ brew install infection
```

You can then run the `infection` command from anywhere in the system

```bash
$ infection -V
```