Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 572 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 572 Bytes

trelloader: A quick and dirty utility to create a Trello board

This utility creates a Trello board pre-populated with lists, cards, and labels from a JSON or YAML template.

To get an AppKey and token, go here.

Install

To install via go (make sure $GOPATH/bin is in your PATH), run

go get github.com/colebrumley/trelloader

To install via Homebrew run the following, which will tap my homebrew-formulas repo and install trelloader in one step.

brew install colebrumley/formulas/trelloader