https://github.com/paradoxinversion/commit-stats
https://github.com/paradoxinversion/commit-stats
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paradoxinversion/commit-stats
- Owner: paradoxinversion
- Created: 2021-02-09T23:17:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-09T23:21:19.000Z (over 5 years ago)
- Last Synced: 2025-03-13T09:20:00.564Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Commit Stats
This programs pulls information from the GitHub API and displays it on the command line.
## Installation
Install with your javascript package manager via npm/yarn install
## Usage
There are three flags to keep in mind, with one required: `-r` is the repository, and must be included. `-w` is the amount of weeks (up to 52) worth of commit data to consider. `-a` changes the order from descending to ascending.
```
node main.js -r kubernetes/kubernetes -a
```
or
```
node main.js -r kubernetes/kubernetes -w 12
```