nigeleke / scala-seed.g8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Giter8 template for nigeleke Scala projects.

Template license

Written in 2003 by Nigel Eke.

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this template to the public domain worldwide. This template is distributed without any warranty. See http://creativecommons.org/publicdomain/zero/1.0/.

Usage

Prerequisites

nix on your tool-chain.

Development (of the giter8 template)

(and/or) to run `sbt``, if you need to add sbt then:

> git clone https://github.com/nigeleke/scala-seed.g8
> cd scala-seed.g8
> nix develop --impure

Run (create new project based on this template)

From a base folder, e.g. ~/Documents/Development/

> sbt new nigeleke/scala-seed.g8
name [My Something Project]: xyz
> cd xyz
xyz> nix develop --impure
xyz> sbt compile test
xyz> ...

About


Languages

Language:Scala 72.7%Language:Nix 27.3%