Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@rysun/package-health-checker

Check the latest version of code and generate report with GitHub issues, PRs, published date, etc.

package-health-checker, nodejs-health-checker, package-report, Github-issues, Version-list, Scores, healthCheck, health-check, health-checker, healthChecker

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