1.1.1 • Published 5 years ago

git-branch-compare v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

#git-branch-compare ##is a CLI tool that gives information about branches in your repository.

$ git-branch-compare --manual   

Flags:                          Description                                    
------------------------------  -----------------------------------------------
--m, --manual, --manual, --man  Shows all available CLI arguments              
--status, --s                   Enables status logs                            
--csv                           Prints result in .csv format                   
--json                          Prints result in .json format                  
--json-pretty                   Prints result in .json format and prettifies it
--table                         Prints result in a table (Default)           

#Usage example

$ npx git-branch-compare --table --status
	Counting files:  html, js, css, scss, json, java, groovy, xml, py, aspx, asp, php, php3, php4, php5, phtml
	Counting directory  .

	Branch "another-branch" 1/2 contains: 503 lines of code
	Branch "master" 2/2 contains: 432 lines of code

	Branch          codeLines  commits  Compared to master
	--------------  ---------  -------  ------------------
	another-branch  503        27       Volume is 116%    
	master          432        26       Volume is 100%   

#How to install

$ sudo npm i -g git-branch-compare

2) Navigate to your .git repository.
3) Run of of the following

$ git-branch-compare
$ git-branch-compare --status --json-pretty
$ git-branch-compare --status --csv
1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago