https://github.com/laughedelic/scala.g8
Giter8 template for my personal Scala projects
https://github.com/laughedelic/scala.g8
Last synced: 3 months ago
JSON representation
Giter8 template for my personal Scala projects
- Host: GitHub
- URL: https://github.com/laughedelic/scala.g8
- Owner: laughedelic
- Created: 2017-11-25T04:28:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T22:06:39.000Z (about 7 years ago)
- Last Synced: 2025-05-16T00:21:19.635Z (5 months ago)
- Language: Scala
- Homepage: http://www.foundweekends.org/giter8
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# sbt project template
[](https://travis-ci.org/laughedelic/scala.g8)
[](https://creativecommons.org/licenses/by-sa/4.0/)This is a Giter8 template for my personal Scala projects.
### Usage
* with [giter8](www.foundweekends.org/giter8):
```shell
g8 laughedelic/scala.g8
```* with [sbt v1.0 or newer](http://www.scala-sbt.org/download.html):
```shell
sbt new laughedelic/scala.g8
```