HealthReporter

Description

simple tool to report health status of a Pharo image

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Created
Sept. 10, 2017
Updated
April 16, 2020
Topics
pharo

README excerpt

# HealthReporter [![Build Status](https://travis-ci.org/pavel-krivanek/HealthReporter.svg?branch=master)](https://travis-ci.org/pavel-krivanek/HealthReporter)
The HealthReporter is a simple tool to export information about a Ring environment in the STON format and then to compare them and provide a readable report.

### How to load

```
Metacello new
  baseline: 'HealthReporter';
  repository: 'github://pavel-krivanek/HealthReporter/src';
  load.
```
← Back to results