1.1.0 • Published 2 years ago

swiftlint-to-md v1.1.0

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years ago

swiftlint-to-md

npm

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