0.0
No commit activity in last 3 years
No release in over 3 years
Generates PDF's with (+/-) one page per card with title, body and checklists. Print 4 of them on an A4 for the best action.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.0.1
~> 0.10.2
~> 1.8.1
~> 2.4.3
~> 2.0.1
~> 0.2.1
~> 1.1.2
~> 0.19.1
 Project Readme

Trello SCRUM

Generates PDF's with (+/-) one page per card with title, body and checklists. Print 4 of them on an A4 for the best action.

Getting started

  1. Install the trelloscrum gem: gem install trelloscrum
  2. Create a config.json in the current directory by running trelloscrum setup DEVELOPER_PUBLIC_KEY MEMBER_TOKEN BOARD_ID. For more information on how to set up everything run trelloscrum help setup
  3. Run trelloscrum pdf --list="List title" output.pdf to output all cards that have storypoints.

See commandline options below for more info.

Card format

To get a nice output for cards (see below) write card titles in the following format (all fields are optional).

(STORYPOINTS) [CLIENT] Rest of the title

Other supported (native) Trello fields are:

  • The card body of course (markdown is not supported)
  • Card checklists (works best with just one list)
  • Due date

This is an example output for a card generated by TrelloScrum

Example card

Commandline options

Commands:
  trelloscrum help [COMMAND]                                      # Describe available commands or one specific command
  trelloscrum pdf OUTFILE                                         # generate PDF for cards
  trelloscrum setup DEVELOPER_PUBLIC_KEY MEMBER_TOKEN [BOARD_ID]  # config trello

Options:
      [--config=CONFIG]           # Path to config, default is local directory/config.json
                                  # Default: ./config.json
  v, [--verbose], [--no-verbose]  # Verbose output

For more options run trelloscrum help [COMMAND]

Config.json

{
  "developer_public_key" : "",
  "member_token" : "",
  "list_name" : "",
  "board_id" : ""
}

License