swiftlint-to-md
v1.1.0
Published
A command line app for turning swiftlint output to markdown
Downloads
28
Readme
swiftlint-to-md
A utility to convert the SwiftLint JSON output to a markdown format that is intended for a GitHub check summary or text area.
To install:
npm install -g swiftlint-to-mdTo generate a summary section:
swiftlint-to-md /path/to/json/output summaryTo generate a text section:
swiftlint-to-md /path/to/json/output text