Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d6y/sematico-prez
Code from presentation
https://github.com/d6y/sematico-prez
Last synced: about 1 month ago
JSON representation
Code from presentation
- Host: GitHub
- URL: https://github.com/d6y/sematico-prez
- Owner: d6y
- Created: 2013-08-23T20:49:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-24T09:27:12.000Z (over 11 years ago)
- Last Synced: 2023-03-10T19:08:48.777Z (almost 2 years ago)
- Language: Scala
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# For Eclipse...
* Install the Scala plugin from [http://scala-ide.org/](http://scala-ide.org/). You can also get a bundle of Eclipse with the plugin already installed from that site.
* Run: `./sbt eclipse` (or `sbt.bat eclipse`) to generate Eclipse files.
* In Eclipse, File > Import > Existing project into Workspace and select this folder.# For IntelliJ...
* Install the JetBrains Scala plugin (there are detailed instructions in [the Lift cookbook](http://cookbook.liftweb.net/#idea))
* Run: `./sbt gen-idea` to generate IDEA project files.
* In IntelliJ, select Open Project and navigate to select this folder.