Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.06 KB

Welcome to spregen (alpha)

Spregen generates Sprint Reports using markdown based on your Trello board.

Install

gem install spregen

Configuration

Usage

spregen generate 'My board'

This will generate the report file in the current dir. Open your favorite text editor and be happy :D

Conventions

  • The name of trello lists must contain following strings: [TODO], [DOING], [Q.A.], [DONE].
  • Bug cards must contain "[Bug]" in name.
  • To skip a card from report, you must add label "Skip Report" to card.
  • Any link (github PR, etc) must be the first line on card description.