Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thoughtworksinc/sbt-best-practice
Configure common build settings for a Scala project
https://github.com/thoughtworksinc/sbt-best-practice
sbt-plugin scala
Last synced: 2 days ago
JSON representation
Configure common build settings for a Scala project
- Host: GitHub
- URL: https://github.com/thoughtworksinc/sbt-best-practice
- Owner: ThoughtWorksInc
- License: apache-2.0
- Created: 2016-05-16T17:54:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T00:16:29.000Z (11 days ago)
- Last Synced: 2024-11-04T20:42:36.444Z (9 days ago)
- Topics: sbt-plugin, scala
- Language: Scala
- Homepage:
- Size: 649 KB
- Stars: 56
- Watchers: 23
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sbt-best-practice
[![Scala CI](https://github.com/ThoughtWorksInc/sbt-best-practice/actions/workflows/scala.yml/badge.svg)](https://github.com/ThoughtWorksInc/sbt-best-practice/actions/workflows/scala.yml)
[![sbt-best-practice Scala version support](https://index.scala-lang.org/thoughtworksinc/sbt-best-practice/sbt-best-practice/latest.svg)](https://index.scala-lang.org/thoughtworksinc/sbt-best-practice/sbt-best-practice)Configure common build settings for a Scala project
## Usage
```
// project/plugins.sbt
addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "latest.release")
```