lint-to-md

A command line app for turning android lint output to markdown

Usage no npm install needed!

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

README

swiftlint-to-md

npm

A utility to convert lint output from an Android project to a markdown format that is intended for a GitHub check summary or text area.

To install:

npm install -g lint-to-md

To generate a summary section:

lint-to-md summary

To generate a text section:

lint-to-md text