Skip to content

Richargh/mobok

Repository files navigation

MobOk

Inspired by the CLI Tool Mob

Features

  • Pair/Mob Branching

  • Notifications, on MacOS you have to allow them in the system preferences

Tech

Attribution

Usage

  • Build Java11+ ./gradlew build

  • Run Java11+ ./gradlew run

  • Build Java8 ./gradlew build --build-file build8.gradle.kts

  • Run Java8 ./gradlew run --build-file build8.gradle.kts

Release

Create an release by tagging in git: git tag v0.0.2 then git push origin --tags