0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Lita standups
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

lita-standups

Build Status Coverage Status

lita-standups is a Lita plugin which allows you to run standups with your team.

Installation

Add lita-standups to your Lita instance's Gemfile:

gem "lita-standups"

Usage

list standups - list configured standups
create standup - create a standup
show standup STANDUP_ID - shows details of a standup
delete standup STANDUP_ID - deletes a standup
schedule standup STANDUP_ID - schedule a standup
unschedule standup SCHEDULE_ID - unschedule a standup
list standups schedules - shows scheduled standups
show standup schedule SCHEDULE_ID - shows a scheduled standup
run standup STANDUP_ID with USERS - runs a standup now (users space/eparated)
list standup sessions - list all standups sessions
show standup session SESSION_ID - show a standups session details

Contributing

  1. Fork it ( https://github.com/cristianbica/lita-standups/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request