Sha256: f78ac5f3127fa6dd0b67a4213e86d044ef3a2c6ba3c8194c9822947f7438a86b
Contents?: true
Size: 774 Bytes
Versions: 3
Compression:
Stored size: 774 Bytes
Contents
# lita-trello Manage your Trello board from Lita. Inspired by [hubot-trello](https://github.com/hubot-scripts/hubot-trello). ## Installation Add lita-trello to your Lita instance's Gemfile: ``` ruby gem "lita-trello" ``` ## Configuration ```ruby 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 ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lita-trello-0.0.5 | README.md |
lita-trello-0.0.4 | README.md |
lita-trello-0.0.3 | README.md |