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.
-
sbt-ensime
DISCONTINUED. Generates .ensime config files for SBT projects http://ensime.org/build_tools/sbt -
sbt-dependency-check
SBT Plugin for OWASP DependencyCheck. Monitor your dependencies and report if there are any publicly known vulnerabilities (e.g. CVEs). :rainbow: -
sbt-unidoc
sbt plugin to create a unified Scaladoc or Javadoc API document across multiple subprojects. -
sbt-classfinder
SBT plugin for retrieving runtime information about the classes and traits in a project
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of ScalaKata2 or a related project?
README
ScalaKata
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