You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
21
21
-[HTTP](#http)
22
22
-[Semantic Web](#semantic-web)
23
23
-[Metrics and Monitoring](#metrics-and-monitoring)
24
+
-[Sbt plugins](#sbt-plugins)
24
25
-[Contributing](#contributing)
25
26
26
27
## Database
@@ -164,7 +165,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
164
165
*[Resolvable](https://github.com/resolvable/resolvable) — A library to optimize fetching immutable data structures from several endpoints in several formats.
165
166
*[Scala Blitz](http://scala-blitz.github.io/) – A library to speed up Scala collection operations by removing runtime overheads during compilation, and a custom data-parallel operation runtime.
166
167
*[Log4s](http://log4s.org) - Fast, Scala-friendly logging bindings on top of [SLF4J](http://slf4j.org/). Uses macros for extreme performance.
167
-
*[Lamma](https://github.com/maxcellent/lamma) – A Scala date library for date and schedule generation.
168
+
*[Lamma](https://github.com/maxcellent/lamma) – A Scala date library for date and schedule generation.
168
169
169
170
## Android
170
171
@@ -198,6 +199,20 @@ A community driven list of useful Scala libraries, frameworks and software. This
198
199
199
200
*[Kamon](http://kamon.io) - Gathering metrics from applications built with Akka, Spray and Play! with support for user metrics as well.
200
201
202
+
203
+
## Sbt plugins
204
+
205
+
*Sbt plugins to make your life easier*
206
+
207
+
*[Sbt-Revolver](https://github.com/spray/sbt-revolver) – Fork & Stop processes from sbt.
208
+
*[Sbt-Eclipse](https://github.com/typesafehub/sbteclipse) – Create Eclipse project definitions from sbt builds.
209
+
*[Sbt-Native-Packager](https://github.com/sbt/sbt-native-packager) – Bundle up Scala software for native packaging systems, like deb, rpm, homebrew, msi..
210
+
*[Sbt-Dependency-Graph](https://github.com/jrudolph/sbt-dependency-graph) – Create a dependency graph for your project.
211
+
*[Sbt-One-Jar](https://github.com/sbt/sbt-onejar) – Packages your project using One-JAR™.
212
+
*[Sbt-Start-Script](https://github.com/sbt/sbt-start-script) – Create a "start" script to run the program.
Your contributions are always welcome! Please submit a pull request or create an issue to add a new framework, library or software to the list. Do not submit a project that hasn’t been updated in the past 6 months or is not awesome.
0 commit comments