README
xcodelog-to-md
A utility to convert the xcodebuild
log output to a markdown format that is intended for a GitHub check summary or text area.
To install:
npm install -g xcodelog-to-md
To generate a summary section:
xcodelog-to-md /path/to/json/output summary
To generate a text section:
xcodelog-to-md /path/to/json/output text