Skip to content

Commit 8ae36e9

Browse files
add sbt section
1 parent 0ecffdc commit 8ae36e9

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
2121
- [HTTP](#http)
2222
- [Semantic Web](#semantic-web)
2323
- [Metrics and Monitoring](#metrics-and-monitoring)
24+
- [Sbt plugins](#sbt-plugins)
2425
- [Contributing](#contributing)
2526

2627
## Database
@@ -164,7 +165,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
164165
* [Resolvable](https://github.com/resolvable/resolvable) — A library to optimize fetching immutable data structures from several endpoints in several formats.
165166
* [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.
166167
* [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.
168169

169170
## Android
170171

@@ -198,6 +199,20 @@ A community driven list of useful Scala libraries, frameworks and software. This
198199

199200
* [Kamon](http://kamon.io) - Gathering metrics from applications built with Akka, Spray and Play! with support for user metrics as well.
200201

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.
213+
* [ScalaKata](https://github.com/MasseGuillaume/ScalaKata) – Scala playground & Documentation tool.
214+
* [WartRemover](https://github.com/typelevel/wartremover) – Flexible Scala code linting tool.
215+
201216
# Contributing
202217

203218
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

Comments
 (0)