An open API service indexing awesome lists of open source software.

https://github.com/therockstorm/sbt-bootstrap

sbt plugins for common project settings
https://github.com/therockstorm/sbt-bootstrap

bootstrap sbt sbt-plugin scala

Last synced: about 2 months ago
JSON representation

sbt plugins for common project settings

Awesome Lists containing this project

README

          

# sbt-bootstrap

[sbt](https://www.scala-sbt.org/) plugins for common project settings.

* `Bootstrap`
* `scalafmt` and `scalafix` config
* git hook installation via [lefthook](https://github.com/Arkweid/lefthook)
* Compiler flags
* `BootstrapIt`
* Common integration test config

## Publish locally

```shell script
sbt publishLocal
```