文件名称:lita-trello:从丽塔管理您的Trello板
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-20 13:30:18
Ruby
利特拉 从Lita管理您的Trello板。 受启发。 安装 将lita-trello添加到您的Lita实例的Gemfile中: gem "lita-trello" 配置 Lita . configure do | config | # ... config . handlers . trello . public_key = "0123456789abcdef0123456789abcdef" config . handlers . trello . token = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef" config . handlers . trello . board = "01234567" # ... end 用法 trello new LIST Do the
【文件预览】:
lita-trello-master
----locales()
--------en.yml(997B)
----LICENSE.txt(1KB)
----lib()
--------lita()
--------lita-trello.rb(270B)
----Gemfile(39B)
----spec()
--------lita()
--------spec_helper.rb(912B)
----Rakefile(186B)
----CONTRIBUTING.md(379B)
----lita-trello.gemspec(1KB)
----.travis.yml(75B)
----README.md(1KB)
----.rubocop.yml(232B)
----templates()
--------.gitkeep(0B)
----.gitignore(154B)