Sha256: 762d14b04ab9a474ec6cb1af0a38c9ff5f53a5e4ffb7cb0e19c81092f3774047

Contents?: true

Size: 831 Bytes

Versions: 1

Compression:

Stored size: 831 Bytes

Contents

# GitWakaTime

GitWakaTime is a mashup between data obtained through "wakatime" and the data we all create using git. 
The prinicpal is to capture a baseline of activity for a task and answer the age old question "How much time did I spend on this?"

## Installation

Install the gem:

    $ gem install gitwakatime

## Usage

    Creates a .gitwakatime.yml file on the user's home directory ~/.gitwakatime.yml which will contain your api keys
    $ gitwakatime init 

    Process the current directory

    $ gitwakatime tally 

## Contributing

1. Fork it ( https://github.com/[my-github-username]/gitwakatime/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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gitwakatime-0.0.2 README.md