You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

git2pdf

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git2pdf

0.1.5
bundlerRubygems
Version published
Maintainers
1
Created
Source

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:

  • Improve CLI syntax, it's a bit shite

Features

  • Generates a PDF of GitHub issues, so you can print them out and stick em' on your kanban board or scrum board or whatever.
  • Include multiple repositories
  • Designed to use minimal printer ink

What's our workflow?

  • We have a physical kanban board
  • We get bored of duplicating your effort writing on index cards or post-it notes
  • We manage all our features, business analysis, requirements and bugs in Github issues
  • We tag our issues with a class of service such as Bug, Feature, Task.
  • We use waffle.io for different swim lanes on Github, and mirror these on our physical card wall
  • Every Monday we print out our cards to issues.pdf
  • We open it in Mac Finder, hit Cmd-Shift-2 to bring up the thumbs. Then select and delete any cards we've already printed, or that we don't want on the wall right now
  • We chose print, A4, select 9 pages per sheet, and landscape
  • We print it, grab some scissors, chop up the pages, and pin the cards on the wall
  • Bosh!

Contributing to github_issue_printer

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
  • Fork the project.
  • Start a feature/bugfix branch.
  • Commit and push until you are happy with your contribution.
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

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

FAQs

Package last updated on 11 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts