npm-audit-formatter

0.1.0 • Public • Published

npm-audit-formatter

A formatter for npm audit output

Install:

# npm 
$ npm install npm-audit-formatter --save-dev
 
# Yarn 
$ yarn add npm-audit-formatter -D

CLI:

$ npm-audit-formatter [options]
Options
  • -V, --version: output the version number
  • -f, --formatter <format>: The output format.
    • default: simplified
  • -o, --output <file>: The path for the output file
    • default: /your/project/root/audit-report.{format-extension}
  • -h, --help: Output usage information

Pending Tasks

  • Tests
  • More formats:
    • Markdown
    • ... more

Readme

Keywords

Package Sidebar

Install

npm i npm-audit-formatter

Weekly Downloads

0

Version

0.1.0

License

BSD-3-Clause

Unpacked Size

88.8 kB

Total Files

11

Last publish

Collaborators

  • t_dbr