Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solidsnack/sbt.g8
A giter8 template for SBT multi-project builds
https://github.com/solidsnack/sbt.g8
Last synced: about 1 month ago
JSON representation
A giter8 template for SBT multi-project builds
- Host: GitHub
- URL: https://github.com/solidsnack/sbt.g8
- Owner: solidsnack
- Created: 2014-05-14T19:18:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2013-04-24T21:47:45.000Z (over 11 years ago)
- Last Synced: 2023-04-09T12:18:39.535Z (over 1 year ago)
- Language: Scala
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SBT.g8
A [giter8](http://github.com/n8han/giter8) template for [SBT](http://scala-sbt.org) multi-project builds.## Usage
With `giter8` installed:
$ g8 GenslerAppsPod/SBT
## SBT Plugins
Projects created using this template automatically get:
### [SCCT](http://mtkopone.github.io/scct/)
A test coverage tool. To use it, run the SBT task `scct:test`.### [Scalastyle](http://www.scalastyle.org)
A code smell tool. To use it, run the SBT task `scalastyle`. The options are set in `scalastyle-config.xml`.### [Scalariform](https://github.com/sbt/sbt-scalariform)
A style enforcer. To use it, run the SBT task `scalariform-format`. This may __rewrite the contents__ of your source files! Check the diffs before committing any auto-formatted code.