0.0
No commit activity in last 3 years
No release in over 3 years
Manage your Trello board from Lita
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

>= 4.3
 Project Readme

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