remotemob 0.1.0

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
Working --> Break: mob next (when break)
Break --> Working: mob start
WaitingForNext --> Stopped: mob done
WaitingForNext --> Working: mob start
Working --> Stopped: mob done
@enduml