Skip to content

ctessier/npm-outdated-html

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

75 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

npm-outdated-html

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

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.

About

๐Ÿ”’ Generate a HTML report for NPM Outdated

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages

  • Handlebars 60.0%
  • JavaScript 40.0%