1.1.0 • Published 4 years ago
swiftlint-to-md v1.1.0
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