xcodelog-to-md
v1.0.1
Published
A command line app for turning xcode output to markdown
Downloads
38
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