remotemob 0.1.4

Console tool for streamlining remote mobbing: timer, git sync, breaks and lunch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

@startuml
skinparam state {
  BackgroundColor LightGray
  BorderColor LightGray
  FontName Avenir
}


[*] --> Stopped
hide empty description
Stopped --> Working: mob start
Working --> WaitingForNext: mob next
WaitingForNext --> Stopped: mob done
WaitingForNext --> Working: mob start
Working --> Stopped: mob done
@enduml