TODO: Summary of Houston DailyReport.
In your Houston config/config.rb
file, add:
use :dailyreport
And then execute:
$ bundle
Run Houston and you can navigate to your dailyreport at the path '/dailyreport'
- 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