roave/psalm-html-output
最新稳定版本:1.2.0
Composer 安装命令:
composer require roave/psalm-html-output
包简介
Psalm HTML Output
README 文档
README
Takes the XML output from Psalm and renders it as HTML.
Installation
First, install xsltproc on your machine (for example, apt install xsltproc).
Then composer require --dev roave/psalm-html-output
Usage
vendor/bin/psalm --output-format=xml | xsltproc vendor/roave/psalm-html-output/psalm-html-output.xsl - > psalm-report.html
Run with Docker
To avoid having to install xsltproc if you already have Docker, first build the image with:
docker build . -t psalm-html-output:latest
Then to generate the HTML:
vendor/bin/psalm --output-format=xml | docker run --rm -i psalm-html-output:latest > psalm-report.html
统计信息
- 总下载量: 291.85k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 23
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-15