-
Notifications
You must be signed in to change notification settings - Fork 0
Scala SBT
Brother Rain edited this page Jan 9, 2015
·
1 revision
- Testing tool:
scalatest - Documentation:
scaladoc
.
├── build.sbt
├── src
│ └── main
│ ├── java
│ └── scala
│ └── Main.scala
└── test
├── java
└── scala
> sbt run
> sbt test
> sbt doc
- Scala-sbt.org, (2014). Getting Started with sbt — Directory structure. [online] Available at: http://www.scala-sbt.org/0.13/tutorial/Directories.html [Accessed 13 Dec. 2014].