This is a super simple, quickly thrown together, GitHub repo stats generator.
Usage
# Copy and fill config.js with your Github auth token
# and repo details.
cp config.example.js config.js
# Install JS Deps
npm install
# Generate data
node index.js
Then open the index.html
file in public.
Set NODE_ENV=dev
before/when running to cache fetched GitHub data for development purposes.