remotemob 0.1.6-beta.2

Console tool for streamlining remote mobbing: timer, git sync, breaks and lunch
Documentation

@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