@rysun/package-health-checker
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

@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

Package Sidebar

Install

npm i @rysun/package-health-checker

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

39 kB

Total Files

14

Last publish

Collaborators

  • rysun