Skip to content

Commit 08ba636

Browse files
committed
Merge pull request lauris#84 from MasseGuillaume/master
Add sbt section.
2 parents d503d9a + 8ae36e9 commit 08ba636

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
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

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

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

203+
204+
## Sbt plugins
205+
206+
*Sbt plugins to make your life easier*
207+
208+
* [Sbt-Revolver](https://github.com/spray/sbt-revolver) – Fork & Stop processes from sbt.
209+
* [Sbt-Eclipse](https://github.com/typesafehub/sbteclipse) – Create Eclipse project definitions from sbt builds.
210+
* [Sbt-Native-Packager](https://github.com/sbt/sbt-native-packager) – Bundle up Scala software for native packaging systems, like deb, rpm, homebrew, msi..
211+
* [Sbt-Dependency-Graph](https://github.com/jrudolph/sbt-dependency-graph) – Create a dependency graph for your project.
212+
* [Sbt-One-Jar](https://github.com/sbt/sbt-onejar) – Packages your project using One-JAR™.
213+
* [Sbt-Start-Script](https://github.com/sbt/sbt-start-script) – Create a "start" script to run the program.
214+
* [ScalaKata](https://github.com/MasseGuillaume/ScalaKata) – Scala playground & Documentation tool.
215+
* [WartRemover](https://github.com/typelevel/wartremover) – Flexible Scala code linting tool.
216+
202217
# Contributing
203218

204219
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)