File tree Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/FunkeMT/scalala.svg?branch=master )] ( https://travis-ci.org/FunkeMT/scalala )
2
2
3
- htwg-scala-seed
4
- =========================
3
+ # Scalala
5
4
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.
8
6
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 )
You can’t perform that action at this time.
0 commit comments