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* (194KB)
  2. 0.0.1 - December 29, 2007* (9KB)

Runtime依存関係 (3):

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

所有者:

作者:

  • Luke Melia

SHA 256チェックサム:

40409dcabd543ade481cd2cbe9e88aaf0a2f06b62078cef23e7b01b479ced2d3

累計ダウンロード数 8,000

このバージョンのみ 4,561

ライセンス:

N/A

必要なRubyのバージョン: > 0.0.0

リンク: