Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d6y/sbt-template

A plain SBT project
https://github.com/d6y/sbt-template

Last synced: about 1 month ago
JSON representation

A plain SBT project

Awesome Lists containing this project

README

        

# Bare-bones SBT project

* Install the [Simple Build Tool](http://www.scala-sbt.org/)

* Run sbt with: `sbt` - the first time you do this, it will download required dependencies.

## Eclipse

To generate Eclipse project files, `eclipse` to the SBT> prompt.

From Eclipse, you can File > Import... > General > Existing project into Workspace. Navigate to your project and click "Finish".

## IntelliJ IDEA

Generate IntelliJ IDEA project files by running the `gen-idea` command at the SBT> prompt.

From the Intellij "Welcome to InelliJ IDEA" screen select "Open Project" and navigate to this directory.