PackageUp
PackageUp creates Health reports for your project to help you keep it up to date.
Getting Started
Run npx pkup
in your project's folder.
This will create a health report outputed to the command line.
Arguments
--type html
- This will generate apackage-health.html
file.--type md
- This will generate apackage-health.md
file.--install
- Create apostinstall
script so thatpkup
runs when node modules are installed
Advanced Arguments
--verbose
extra logging--path
path to the projects package.json otherwise uses current folder