Skip to content

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

Notifications You must be signed in to change notification settings

flurin/trelloscrum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages