Skip to content

Generate a static HTML report with user statistics from a Git repository

Notifications You must be signed in to change notification settings

carlmarkegang/git-repo-stats-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Git repository stats viewer

Generate a static html page with information about git commits.

Requirements

  • Git or "Git bash for windows"
  • Node
  • The script will only work in a english localization configuration of Git

How to generate a new static html file

There are several ways to generate a new report.
Here are some examples:

Run for the repository the app.js file is located in

node app.js  

Run for path

node app.js ~/Desktop/repo_name/

Run for another path and export static html file to another folder

node app.js ~/Desktop/repo_name/ ~/Desktop/export/

Run same path as app.js but export static html file to another path

node app.js . ~/Desktop/export/

You can define a custom export file name

node app.js ~/Desktop/repo_name/ ~/Desktop/export/ test.html

Example

example

About

Generate a static HTML report with user statistics from a Git repository

Topics

Resources

Stars

Watchers

Forks