lizozom / github-org-stats

Generate a list of contributors to a GitHub repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github org stats

This code generates a csv file of total contributions to a project, broken down by contributor and year to a repository.

How to run

Install dependencies

npm install

Clone the env file

cp template.env .env

And define the GitHub token and other required params.

Then run npm src/index.js

A filed named contributors_TIMESTAMP.csv will be gradually generated with the contributions to that repository.

About

Generate a list of contributors to a GitHub repository

License:Apache License 2.0


Languages

Language:JavaScript 99.3%Language:Shell 0.7%