/mumble-scala

Mumble Kata in Scala

Primary LanguageScalaMIT LicenseMIT

This is a simple Mumble Kata in Scala to help me learn Scala.

Various Make Commands:

  • make test Runs the tests one
  • make test-watch Runs the tests and watches for any file change. Reruns all the tests.
  • make run Runs the main entry point
  • make build Packages the application to a .jar file
  • make run-jar Runs the packaged .jar file