|
|
|
|
|
by saryant
4264 days ago
|
|
I agree. SBT has a steep learning curve, though fortunately the 0.13.x branch is much simpler than it was in the past. Lots of great stuff has been done with SBT plugins as well. I have an SBT project that will spin up multiple JVMs for distributed integration testing, build and push Docker images tagged with the current git branch, spin up external services under test and more. Once you get the hang of it, these things fall in place easily. Also, Typesafe has really improved SBT's documentation over the past year. Plus a lot of the odder syntax choices have been replaced in favor of := instead. |
|
Yeah I think native-packager is great [1].
I wish they didn't bork the template of the docs, it looks terrible. The content is better though for sure [2].
[1] https://github.com/sbt/sbt-native-packager
[2] http://www.scala-sbt.org/0.13/docs/index.html