lita-trello

Build Status MIT License RubyGems Coveralls Coverage Code Climate Gemnasium

Manage your Trello board from Lita.

Inspired by hubot-trello.

Installation

Add lita-trello to your Lita instance's Gemfile:

gem "lita-trello"

Configuration

Lita.configure do |config|
  # ...
  config.handlers.trello.public_key = "0123456789abcdef0123456789abcdef"
  config.handlers.trello.token = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
  config.handlers.trello.board = "01234567"
  # ...
end

Usage

trello new LIST Do the thing - Create a new card in LIST called 'Do the thing'
trello move https://trello.com/c/CARD_ID LIST - Move a card to LIST
trello list LIST - Show all cards in LIST
trello lists - Show all lists on your board