public
Description: Pivotal Tracker API & Report Generation
Homepage:
Clone URL: git://github.com/joshknowles/pt.git
pt /
name age message
file .gitignore Fri Oct 31 10:31:31 -0700 2008 Provide the ability to set config options via a... [joshknowles]
file CHANGELOG Fri Oct 31 06:50:40 -0700 2008 Default the output filename [joshknowles]
file LICENSE Fri Oct 31 01:28:51 -0700 2008 Initial Import [joshknowles]
file README Fri Oct 31 01:28:51 -0700 2008 Initial Import [joshknowles]
file Rakefile Fri Oct 31 07:03:11 -0700 2008 Inital specs [joshknowles]
directory bin/ Fri Oct 31 06:12:50 -0700 2008 Require 'date', use actual binary location if s... [indirect]
directory lib/ Sat Nov 01 08:15:17 -0700 2008 Only require Prawn if using the PDF formatter [joshknowles]
directory spec/ Fri Oct 31 10:48:04 -0700 2008 Add a console formatter as the new default. PD... [joshknowles]
README
Pivotal Tracker
===============

Simple client for accessing Pivotal Tracker & generating reports

Usage
-----

./bin/pt -p PROJECT_ID -t TOKEN FILE_NAME

Acknowledgements
----------------

* Original inspiration: http://www.lukemelia.com/blog/archives/2007/12/29/pdf-storycards-001-released-my-first-gem
* PDF generation code extracted from: http://github.com/brynary/features2cards
* Thanks to Gregory Brown for making PDF generation in Ruby easy
* Thanks to Pivotal for a great tool & access to the API

Requirements
------------

* Ruby 1.8+
* RubyGems
* Hpricot
* prawn