xcodelog-to-md
v1.0.1
Published
A command line app for turning xcode output to markdown
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-mdTo generate a summary section:
xcodelog-to-md /path/to/json/output summaryTo generate a text section:
xcodelog-to-md /path/to/json/output text