uuverifiers / eldarica.g8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Giter8 template for a starter application that uses Eldarica.

Usage

Apply the template using sbt new uuverifiers/eldarica.g8.

In the created template project root directory

  • sbt run will compile and run the project using sbt.
  • sbt assembly will use the assembly plugin to create a jar file, which can then be executed using the run script under the same directory. A binary distribution could then package the files run, setEnv and target/scala-*/*-assembly-*.jar.

Template license

Written in 2022 by uuverifiers.

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/.

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:Scala 89.7%Language:Shell 10.3%