No commit activity in last 3 years
No release in over 3 years
Work Faster
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 3.0.0

Runtime

>= 3.3
 Project Readme

lita-work-faster

Does a couple of things to help you work faster:

  1. Responds to the command "Hey" with the response "@all, work faster"
  2. Responds to the command "Order" with a randomly generated order for people to present, such as in a morning standup.

Installation

Add lita-work-faster to your Lita instance's Gemfile:

gem "lita-work-faster"

Configuration

In your lita_config file, set the parameter work_faster.users with an array:

config.handlers.work_faster.users = ["James", "George", "David"]

License

MIT