Popularity
3.3
Stable
Activity
0.0
Stable
101
7
13

Programming language: Scala
Tags: Sbt Plugins    
Latest version: v1.1.5

ScalaKata2 alternatives and similar packages

Based on the "Sbt plugins" category.
Alternatively, view ScalaKata2 alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ScalaKata2 or a related project?

Add another 'Sbt plugins' Package

README

ScalaKata

Stories in Ready Travis Build Status Windows Build status Chat on Gitter

Demo

Distributions

Sbt Plugin

Add the following line to project/plugins.sbt

addSbtPlugin("com.scalakata" % "sbt-scalakata" % "1.1.5")

And add the following line to build.sbt

enablePlugins(ScalaKataPlugin)

To start scalakata:

kstart

Docker container

sudo docker run -p 7331:7331 --name scalakata masseguillaume/scalakata:v1.1.5

open your browser at http://localhost:7331