Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 792 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 792 Bytes

Harvester

Library and command line utility to interact with Harvest Time Tracking.

Installation

Add this line to your application's Gemfile:

gem 'harvester', :git => '[email protected]:p-l/harvester.git'

And then execute:

$ bundle

Usage

Use the help command to get more info.

harvester help

TODO

  1. Add time parameters to summarize command.
  2. Add more reporting than just project reporting.
  3. Allow for time tracking from the command line
  4. Document it.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/harvester/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request