文件名称:lita-how-many:教丽塔如何数数
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-17 19:26:44
ruby fun chatops lita lita-handler
立塔多少 lita-how-many是的处理程序插件,可让 Lita 回答有关数量的问题。 安装 将 lita-how-many 添加到您的 Lita 实例的 Gemfile: gem "lita-how-many" 配置 lower_bound (Integer)-排除范围(x...y)的下限,将从中选择一个随机数。 默认值: 0 lower_bound (Integer) - 唯一范围(x...y)的上限,将从中选择一个随机数。 必须大于下限。 默认值: 10 。 用法 向 Lita 提出任何以“多少”开头的问题,她都会以随机数量回答。 You: How many bugs will we ship to production this week? Lita: 8 You: Seems bad. 执照
【文件预览】:
lita-how-many-master
----locales()
--------en.yml(159B)
----lib()
--------lita()
--------lita-how-many.rb(254B)
----Gemfile(39B)
----spec()
--------lita()
--------spec_helper.rb(475B)
----Rakefile(114B)
----.travis.yml(210B)
----LICENSE(1KB)
----README.md(1KB)
----lita-how-many.gemspec(1KB)
----templates()
--------.gitkeep(0B)
----.gitignore(154B)