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
- Host: GitHub
- URL: https://github.com/therockstorm/sbt-bootstrap
- Owner: therockstorm
- License: mit
- Created: 2020-02-29T23:48:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T21:13:02.000Z (about 6 years ago)
- Last Synced: 2025-04-02T06:34:34.089Z (over 1 year ago)
- Topics: bootstrap, sbt, sbt-plugin, scala
- Language: Scala
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```