public
Description: Create PDFs from Cucumber features and scenarios for printing
Homepage: http://github.com/brynary/features2cards
Clone URL: git://github.com/brynary/features2cards.git
name age message
file .gitignore Mon Nov 09 11:21:24 -0800 2009 Add gemspec to version control [brynary]
file History.txt Mon Nov 09 11:34:55 -0800 2009 Prep for 0.4.0 release [brynary]
file MIT-LICENSE.txt Sun Oct 26 11:05:38 -0700 2008 Sowed [brynary]
file README.rdoc Thu Jul 30 23:19:01 -0700 2009 Skipped language option. Now using the new cucu... [kosmas58]
file Rakefile Mon Nov 09 11:18:06 -0800 2009 Inlining Cucumber and RSpec tasks since they ar... [brynary]
file Thorfile Mon Nov 09 11:15:56 -0800 2009 Add simple Thor tasks for gem management [brynary]
directory bin/ Fri Jun 12 13:10:58 -0700 2009 Merge kosmas58/master Conflicts: README.rdoc ... [brynary]
directory examples/ Thu Jul 30 22:58:49 -0700 2009 Make in running under actual version of cucumbe... [kosmas58]
directory features/ Mon Nov 09 10:47:18 -0800 2009 Don't require rubygems or modify load path in l... [brynary]
file features2cards.gemspec Mon Nov 09 11:35:43 -0800 2009 Fix error in VERSION. Generate gemspec [brynary]
directory lib/ Mon Nov 09 11:35:43 -0800 2009 Fix error in VERSION. Generate gemspec [brynary]
directory spec/ Mon Nov 09 10:37:50 -0800 2009 Whitespace [brynary]
README.rdoc

features2cards

Description

Create PDF cards from Cucumber features and scenarios for printing. We use it as we kick off our sprints to create index cards for our task board.

Usage

  features2cards [options] [ [FILE|DIR] ]

  Examples:
    features2cards features2cards.feature
    features2cards --out italian.pdf examples/i18n/it

Options

  -o, --out [FILE]              Specify pdf output file (Default: cards.pdf).
  --version                     Show version
  -h, --help                    Show help

Install

  sudo gem install features2cards

Authors

License

Copyright © 2008-2009 Bryan Helmkamp. See MIT-LICENSE.txt in this directory.