Library and command line utility to interact with Harvest Time Tracking.
Add this line to your application's Gemfile:
gem 'harvester', :git => '[email protected]:p-l/harvester.git'
And then execute:
$ bundle
Use the help command to get more info.
harvester help
- Add time parameters to summarize command.
- Add more reporting than just project reporting.
- Allow for time tracking from the command line
- Document it.
- Fork it ( https://github.com/[my-github-username]/harvester/fork )
- 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 a new Pull Request