1.2.0 • Published 10 months ago

@netly/npm-audit-markdown v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@netly/npm-audit-markdown

A simple tool to create an NPM audit report in markdown language. Especially useful to post reports to communicators supporting markdown. Just make more suitable for CI

Getting Started

npm install -g @netly/npm-audit-markdown

Usage

To generate a report, run the following:

npm audit --json | @netly/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 | @netly/npm-audit-markdown --output report.md

CI

npm audit --json | npx @netly/npm-audit-markdown --output report.md

Acknowledgements

Forked from https://gitlab.com/engrave/npm-audit-markdown

Licence

MIT

1.2.0

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago