swiftlint-to-md
v1.1.0
Published
A command line app for turning swiftlint output to markdown
Downloads
4
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-md
To generate a summary section:
swiftlint-to-md /path/to/json/output summary
To generate a text section:
swiftlint-to-md /path/to/json/output text