ghstat

0.0.4 • Public • Published

ghstat

A little cli tool to retrieve metrics about your owned github repos.

Basic stats include:

  • Unique view counts per repo
  • Raw view counts per repo
  • Unique clone counts per repo
  • Raw clone counts per repo

The stats will be retrieved for the past 14 day window.

Usage

Ensure you have Node.js installed.

npx ghstat@latest

You can choose to pass in a github personal access token if you want. Be sure to allow or check the public_repo scope. The personal access token can then be passed in as follows:

npx ghstat@latest <personal-access-token>

If you do not pass in a personal access token, then the device flow will be utilized for login.

Additional Notes

Will likely try to consolidate the stats to one printed out table later, all grouped to their respective repo, but for now every stat is printed out as a separate table sorted by count in descending order for owned repos.

It is possible that you may get rate limited, currently 5,000 requests per hour per authenticated user are allowed.

Readme

Keywords

none

Package Sidebar

Install

npm i ghstat

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

14.8 kB

Total Files

6

Last publish

Collaborators

  • rcasto