package-health-checker
v1.0.4
Published
Check your package's health using this module
Downloads
1
Readme
package-health-checker
This package provides the information about packages like open github issues, weekly download, latest version, downloaded version, score details and much more so using that information user can check the Health of the package that they used in there projects.
Installation & Usage
To install this package enter this command on your terminal:
npm install package-health-checker
or
yarn add package-health-checker
To use the functionality of this node module in your project you need to run the following command in terminal:
npx check-health
or else you can download this package globally in your system with this command:
npm install -g package-health-checker
or
yarn global add package-health-checker
To use the functionality of this node module Globally in your project you need to run the following command in terminal:
check-health