Is your feature request related to a problem? Please describe.
In addition to console logging, RepoAuditor should also be output results to a human friendly format like HTML or Markdown.
Describe the solution you'd like
Output results of RepoAuditor to a file (HTML or Markdown) that can then be rendered and displayed.
Markdown seems the best option since there exist tools to convert Markdown to HTML.
Is your feature request related to a problem? Please describe.
In addition to console logging,
RepoAuditorshould also be output results to a human friendly format like HTML or Markdown.Describe the solution you'd like
Output results of RepoAuditor to a file (HTML or Markdown) that can then be rendered and displayed.
Markdown seems the best option since there exist tools to convert Markdown to HTML.