yarn-outdated-html

1.0.2 • Public • Published

yarn-outdated-html

Generate a HTML report for Yarn Outdated

Install

$ yarn global add yarn-outdated-html

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

Usage

To generate a report, run the following:

$ yarn outdated --json | yarn-outdated-html

By default the report will be saved to yarn-outdated.html

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

yarn outdated --json | yarn-outdated-html --output report.html

If you want to exclude packages, add the --excludes option:

yarn outdated --json | yarn-outdated-html --excludes 'gulp, semver'

Inspired by yarn-audit-html package.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i yarn-outdated-html

Weekly Downloads

263

Version

1.0.2

License

MIT

Unpacked Size

10.6 kB

Total Files

8

Last publish

Collaborators

  • opensandbox