/panaly-markdown-report

A Panaly plugin that delivers the capability to generate a markdown report.

Primary LanguagePHPMIT LicenseMIT

Panaly - Project Analyzer - Markdown Report

This plugin for the Panaly Project Analyzer generates markdown reports. It prints the report date and all non-integer metrics as single lines. Integer metrics in a group are collected and printed as a table.

Example Report

# Metric Report

> \[!NOTE\]
> This report was generated at `2024-04-11T16:00:03+00:00`

# First Title
| Metric         | Value |
|----------------|-------|
| A Metric       | 1     |
| Another Metric | 2000  |
| Wow! A Metric  | 12    |

Example Configuration

# panaly.dist.yaml
plugins:
    DZunke\PanalyMarkdownReport\MarkdownPlugin: ~ # no options available

reporting:
    markdown:
        targetFile: my-markdown-report.md

Thanks and License

Panaly Project Analyzer - Markdown Report © 2024+, Denis Zunke. Released under the MIT License.

GitHub @dzunke  ·  Twitter @DZunke