unibas-gravis / scalismo-seed.g8

A minimal seed template for a Scalismo build
Apache License 2.0
1 stars 5 forks source link

conversion to giter8 template format #8

Closed marcelluethi closed 4 years ago

marcelluethi commented 4 years ago

This PR proposes to convert the scalismo seed project into a giter8 template. This allows the user to type

sbt new unibas-gravis/minimal-scalismo-seed

to obtain a template project. In addition to simplifying creation of a template project, Giter8 will also ask the user for a project name and customize the names accordingly.

Beside switching to giter8, the PR updates sbt versions and all dependencies. Furthermore, it includes a plotting library (evilplot). This will allow us to introduce diagnostic plots in our (MCMC)-tutorials

After this PR is merged I would also propose to rename the repository to scalismo-seed.g8.