xcodelog-to-md

A command line app for turning xcode output to markdown

Usage no npm install needed!

<script type="module">
  import xcodelogToMd from 'https://cdn.skypack.dev/xcodelog-to-md';
</script>

README

xcodelog-to-md

npm

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