npm-audit-markdown

1.2.0 • Public • Published

npm-audit-markdown

A simple tool to create an NPM audit report in markdown language. Especially useful to post reports to communicators supporting markdown.

Getting Started

npm install -g npm-audit-markdown

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

Forked from https://github.com/eventOneHQ/npm-audit-html

Licence

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i npm-audit-markdown

Weekly Downloads

1,011

Version

1.2.0

License

MIT

Unpacked Size

14.3 kB

Total Files

12

Last publish

Collaborators

  • bgornicki