richrace / mumble-scala

Mumble Kata in Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mumble Kata in Scala

License:MIT License


Languages

Language:Scala 96.1%Language:Makefile 3.9%