/rocky_balboa

It ain’t 'bout how hard you hit. It’s about how hard you can get balboa to do your punches

Primary LanguageRuby

Balboa

Install

bundle install

Configure your environment

export PUNCH_EMAIL='my@email.com'
export PUNCH_PASSWORD='mysecret'

# Might be a good idea if you'll work long on a project
export PUNCH_PROJECT='My Project'

Get in action!

FROM=2014-01-23 TO=2014-01-26 ./punch

You can also change the project per invocation:

PUNCH_PROJECT='Other Project' FROM=2014-01-23 TO=2014-01-26 ./punch