Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/d6y/sbt-template
- Owner: d6y
- Created: 2014-02-18T13:00:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-18T13:00:47.000Z (almost 11 years ago)
- Last Synced: 2023-03-10T19:08:48.682Z (almost 2 years ago)
- Language: Scala
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.