RubyGems Navigation menu

pdf-storycards 0.1.0

DESCRIPTION: Provides a script and library to parse stories saved in the RSpec plain text story format and creates a PDF file with printable 3"x5" index cards suitable for using in Agile planning and prioritization. == FEATURES/PROBLEMS: * Create a PDF with each page as a 3x5 sheet, or as 4 cards per 8.5 x 11 sheet * Included script reads stories from STDIN and writes PDF to STDOUT * TODO: Improve test coverage * TODO: Improve documentation == SYNOPSIS: From the command line with stories2cards < /path/to/stories.txt Or via Ruby story_text = File.read(‘my_story’) pdf_content = PDF::Storycards::Writer.make_pdf(story_text, :style => :card_1up) == REQUIREMENTS:

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.1.0 - February 10, 2008* (194 KB)
  2. 0.0.1 - December 29, 2007* (9 KB)

Runtime Dependencies (3):

hoe >= 1.5.0
pdf-writer >= 1.1.7
rspec >= 1.1.1

Owners:

Authors:

  • Luke Melia

SHA 256 checksum:

40409dcabd543ade481cd2cbe9e88aaf0a2f06b62078cef23e7b01b479ced2d3

Total downloads 7,988

For this version 4,553

Licenses:

N/A

Required Ruby Version: > 0.0.0

Links: