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 Fri Jun 12 13:15:36 -0700 2009 Removing gemspec from git [brynary]
file History.txt Fri Jun 12 13:15:00 -0700 2009 Credit and version bump [brynary]
file MIT-LICENSE.txt Sun Oct 26 11:05:38 -0700 2008 Sowed [brynary]
file README.rdoc Fri Jun 12 13:10:58 -0700 2009 Merge kosmas58/master Conflicts: README.rdoc ... [brynary]
file Rakefile Fri Jun 12 13:10:58 -0700 2009 Merge kosmas58/master Conflicts: README.rdoc ... [brynary]
directory bin/ Fri Jun 12 13:10:58 -0700 2009 Merge kosmas58/master Conflicts: README.rdoc ... [brynary]
directory examples/ Fri Jun 12 13:10:58 -0700 2009 Merge kosmas58/master Conflicts: README.rdoc ... [brynary]
directory features/ Fri Jun 12 13:10:58 -0700 2009 Merge kosmas58/master Conflicts: README.rdoc ... [brynary]
directory lib/ Fri Jun 12 13:15:00 -0700 2009 Credit and version bump [brynary]
directory rake_tasks/ Fri Jun 12 13:10:58 -0700 2009 Merge kosmas58/master Conflicts: README.rdoc ... [brynary]
directory spec/ Fri Jun 12 13:10:58 -0700 2009 Merge kosmas58/master Conflicts: README.rdoc ... [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--language it examples/i18n/it

Options

  -l [LANG], --language [LANG]  Specify language for features (Default: en)
  -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 Bryan Helmkamp. See MIT-LICENSE.txt in this directory.