dzunke/panaly-markdown-report

一个Panaly插件,提供生成Markdown报告的功能。

dev-main 2024-08-13 18:03 UTC

This package is auto-updated.

Last update: 2024-09-13 18:16:07 UTC


README

此插件用于Panaly项目分析器,可以生成Markdown报告。它打印报告日期以及所有非整数指标为单行。同一组中的整数指标将被收集并打印为表格。

示例报告

# 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    |

示例配置

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

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

感谢与许可

Panaly项目分析器 - Markdown报告 © 2024+, Denis Zunke。在MIT许可证下发布。

GitHub @dzunke  ·  Twitter @DZunke