Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/infection/homebrew-infection
- Owner: infection
- Created: 2018-07-26T19:58:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T10:22:59.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T18:38:34.598Z (14 days ago)
- Topics: ast, coverage, homebrew, homebrew-tap, infection, macos, mutant, mutation, mutation-analysis, mutation-testing, test-framework, testing
- Language: Ruby
- Size: 11.7 KB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Funding: .github/FUNDING.yml
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
```