Skip to content

Instantly share code, notes, and snippets.

@m4lh2
m4lh2 / tracker_csv_export_to_pdf.rb
Created May 2, 2019 11:59 — forked from rheaton/tracker_csv_export_to_pdf.rb
takes a csv file from tracker and makes story cards. be careful of the order when you are cutting them up.
#!/usr/bin/env ruby
# Script to generate PDF cards suitable for planning poker
# from Pivotal Tracker [http://www.pivotaltracker.com/] CSV export.
# Inspired by Bryan Helmkamp's http://github.com/brynary/features2cards/
# Example output: http://img.skitch.com/20100522-d1kkhfu6yub7gpye97ikfuubi2.png
require 'rubygems'