@rysun/package-health-checker
v1.0.4
Published
Check the latest version of code and generate report with GitHub issues, PRs, published date, etc.
Downloads
38
Maintainers
Readme
@rysun/package-health-checker
This module accelerates development and helps you build the most reliable code. Package-health-checker checks the latest version of the code and generates a report with specific details including no. of downloads, open issues in GitHub, pull requests, published date, and others.
The module also provides a percentage range to assist developers in quickly picking the best code for their projects.
Installation & Usage
To install this package, enter this command on your terminal:
npm install @rysun/package-health-checker
or
yarn add @rysun/package-health-checker
To use the functionality of this node module in your project, run the following command in the terminal:
npx check-health
or else you can download this package globally in your system with this command:
npm install -g @rysun/package-health-checker
or
yarn global add @rysun/package-health-checker
To use the functionality of this node module globally in your project, run the following command in the terminal:
check-health