Sha256: 65b21e55050cd9b869633cebcae895fdee246fef979239b7f52f3c3871ef05b9

Contents?: true

Size: 1.79 KB

Versions: 5

Compression:

Stored size: 1.79 KB

Contents

= fotoverite-babygitter

A gem that provides a report detailing Git information about your
git repository. Based off an idea put forth by Mike Schwab

== Installation

Installing the gem:
	
	[sudo] gem sources -a http://gems.github.com
	[sudo] gem install fotoverite-babygitter

== Usage

Generate your report from the command line

	 Usage: babygitter babygitter-report  <Repo_Directory> [options] [-w] [<folder levels>] [<blacklisted or whitelisted folders>]

the report will be generated a <tt>babygitter_report</tt> folder  inside the <tt>log</tt> directory of your project folder. If a log folder does not exists it will be created for you. 

== Customization

You can customize the look of the report by adding a custom css file, images, and even generate the report with a separate template file. I'm working on a way to hook in additional graph methods to analyze the data further. 

Specific options:
    -l, --levels [n1,n2,n3]          Folder levels to map to graph
    -m, --mark [f1,f2,f3]            Mark folders to be white or black listed depending on option
        --master_branch              Set the master branch name if it is not called master
    -s, --stylesheet [Path]          sets the path to a non default stylesheet to be used in the report generator
    -t, --template [Path]            sets the path to a non default template to be used inthe report generator
    -b, --[no-]bare                  Mark repo as bare
    -w, --[no-]whitelist             Run babygitter with whitelist enabled
    -g, --[yes-]graphs               Do not output report with graphs
    -v, --[no-]verbose               Run verbosely

Common options:
    -h, --help                       Show this message
        --version                    Show version number

Copyright (c) 2009 Matthew Bergman. See LICENSE for details.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
babygitter-1.1.0 README.rdoc
babygitter-1.1.1 README.rdoc
babygitter-1.1.2 README.rdoc
babygitter-1.1.3 README.rdoc
babygitter-1.1.5 README.rdoc