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:
= 複製 已複製

安裝:
=

版本列表:

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

Runtime 相依性套件 (3):

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

擁有者:

作者:

  • Luke Melia

SHA 256 checksum:

40409dcabd543ade481cd2cbe9e88aaf0a2f06b62078cef23e7b01b479ced2d3

總下載次數 8,000

這個版本 4,561

License:

Ruby 版本需求: > 0.0.0

相關連結: