by Pocketworks, a UK mobile apps and sales technology development company.

Git2Pdf

Print physical Kanban cards from your GitHub issues, and stick that sweet stuff on your office wall

Install

gem install git2pdf

Use

Single Repo

# E.g. for this repo: https://github.com/uranusjr/macdown/issues
$ git2pdf gen uranusjr/macdown -u tobinharris -p
$ open issues.pdf

More repos

$ git2pdf gen "uranusjr/macdown, pocketworks/git2rb" -u tobinharris -p
$ open issues.pdf

Alternative 1

$ git2pdf gen -u tobinharris -p xxx -r "my-project, come-cool-repo, another-repo" -o my-organisation
$ open issues.pdf

Alternative 2

$ git2pdf gen -u tobinharris -p xxx -r "pocketworks/my-project, pocketworks/come-cool-repo, pocketworks/another-repo"

TODO:

Features

What’s our workflow?

Contributing to github_issue_printer

Copyright © 2014 Tobin Harris. See LICENSE.txt for further details.