NOTE: Not ready yet :)
FlogChange allows you to flog your application, make some changes, then flog that bitch again and look at the html graphs to see how your changes affect the flog scores.
Add this line to your application's Gemfile:
gem 'flog_change'
And then execute:
$ bundle
Or install it yourself as:
$ gem install flog_change
$ flogc <directory_to_flog>
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
~dreamr