Base: A Scala Project Generator
Contents
Finally got tired of copy pasting other projects and gutting them to make new ones, so I created base, a shell command that creates new scala projects.
Creating the project:
|
|
Based on the package name, it infered that the project name is newproj
and created the project under that folder. Let’s build and run it:
|
|
This uses the new incremental compiler for maven, zinc, which dramatically speeds up compile times (except for the first time you run it). It also sets you up with the latest scalatest maven plugin, which gives you sweet looking test output, like so:
See the base README for installation instructions.