Skip to content

Get started with Scala with tests and console app using this sbt template.

Notifications You must be signed in to change notification settings

mgutz/sbt-console-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbt-console-template

Get started with Scala and use Intellij IDEA (tested on 11)

  • Scala 2.9.1
  • ScalaTest 1.6.1

Using

Run the app

sbt run

Run tests

sbt test

Convert to IDEA project

  1. Start sbt

    sbt

  2. Within sbt, generate IDEA project

    gen-idea exit

  3. Open the project in IDEAj from the menu, File -> Open Project ...

About

Get started with Scala with tests and console app using this sbt template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages