npm-outdated-html

2.0.0 • Public • Published

npm-outdated-html

GitHub license npm Build Status Commitizen friendly JavaScript Style Guide semantic-release

Generate a HTML report for NPM Outdated

📝 Table of Contents

🏁 Getting Started

$ npm install -g npm-outdated-html

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

🎈 Usage

To generate a report, run the following:

$ npm outdated --long --json | npm-outdated-html

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

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

npm outdated --long --json | npm-outdated-html --output report.html

You can also fully customize the generated report by providing --template option followed by your own handlebars template:

npm outdated --long --json | npm-outdated-html --template ./my-awesome-template.hbs

✍️ Authors

🎉 Acknowledgements

License & Copyright

MIT

Copyright for portions of this project are held by eventOne, Inc, 2019 as part of project npm-audit-html. All other copyright for this project are held by Clément Tessier, 2020.

Readme

Keywords

none

Package Sidebar

Install

npm i npm-outdated-html

Weekly Downloads

498

Version

2.0.0

License

MIT

Unpacked Size

18.5 kB

Total Files

12

Last publish

Collaborators

  • ctessier