Skip to content

Commit 37e34fb

Browse files
authored
Update README.md
1 parent 4ccab03 commit 37e34fb

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
[![Build Status](https://travis-ci.org/FunkeMT/scalala.svg?branch=master)](https://travis-ci.org/FunkeMT/scalala)
22

3-
htwg-scala-seed
4-
=========================
3+
# Scalala
54

6-
This is a seed project to create a basic scala project as used in the
7-
class Software Engineering at the University of Applied Science HTWG Konstanz
5+
A Domain-Specific Language and web-based Interpreter for Music Notation.
86

9-
* Has a folder structure prepared for a MVC-style application
10-
* Has *ScalaTest* and *ScalaMock* at their latest versions as dependencies.
11-
* Has *sbt-scalariform*, *sbt-scapegoat*, *scalastyle-sbt-plugin* and *sbt-scoverage* sbt plugins
12-
* Has .gitignore defaults
7+
> see Main Application _ScalalaKata_
8+
>
9+
> [https://github.com/FunkeMT/ScalalaKata](https://github.com/FunkeMT/ScalalaKata)
10+
11+
### Usage via sbt
12+
```
13+
...
14+
resolvers ++= Seq(
15+
"funkemt" at "http://dl.bintray.com/content/funkemt/maven"
16+
),
17+
libraryDependencies += "com.github.funkemt" % "scalala_2.11" % "0.2.2"
18+
...
19+
```
20+
21+
### Based On
22+
23+
- [scalala](https://github.com/markoboger/scalala)

0 commit comments

Comments
 (0)