Skip to content

neelimas/tipster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tipster

Tipster assesses the risk of a git commit by running various heuristics against what has changed.

Using tipster

Getting started with tipster in 3 easy steps:

Install ruby gem

gem install tipster

Create ruby file

number_of_commits will tell tipster to build an HTML report for the current commit_id and the previous x commits.

require 'tipster'
Tipster.new(['/path/to/repository' = "."]).html_report(['commit_id' = HEAD], [number_of_commits = 1])

Run!

ruby tipster.rb

Copyright

Copyright (c) 2012 Robert Greiner.

See LICENSE for details.

About

Assess the risk of a local git commit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published