npm-audit-markdown

Generate a markdown report for NPM Audit

Usage no npm install needed!

<script type="module">
  import npmAuditMarkdown from 'https://cdn.skypack.dev/npm-audit-markdown';
</script>

README

npm-audit-markdown

A simple tool to create NPM audit report in markdown language. Especially useful for communicators accepting only markdown and not HTML.

Getting Started

npm install -g npm-audit-markdown

This package uses async/await and requires Node.js 7.6

Usage

To generate a report, run the following:

npm audit --json | npm-audit-markdown

By default the report will be saved to npm-audit.md

If you want to specify the output file, add the --output option:

npm audit --json | npm-audit-markdown --output report.md

Acknowledgements

Licence

MIT