pocketworks / git2pdf

Print physical Kanban cards from your GitHub issues, and stick that sweet stuff on your office wall
http://www.pocketworks.co.uk/blog/2014-07-01-announcing-git2pdf
MIT License
51 stars 15 forks source link

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"

Print from a specific label(s)

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

Start printing from a specific issue number

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

TODO:

Features

What's our workflow?

Contributing to github_issue_printer

Copyright

Copyright (c) 2014 Tobin Harris. See LICENSE.txt for further details.