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

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

Awesome Lists containing this project

README

          

# sbt project template

[![](https://travis-ci.org/laughedelic/scala.g8.svg?branch=master)](https://travis-ci.org/laughedelic/scala.g8)
[![](https://img.shields.io/badge/license-CC_BY--SA_4.0-blue.svg)](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
```