indoorvivants / sbt-doc-view   0.1.0

GitHub

Browse documentation for your library dependencies from SBT build

Scala versions: 2.12
sbt plugins: 1.x

Browse documentation for your library dependencies

directly from SBT.

This plugin serves the scala/java docs directly from jars for your dependencies. It has no dependencies and starts an HTTP server using built-in JDK server.

image

Getting started

Add this to your project/plugins.sbt (find the version on github releases or on Scaladex):

sbt-doc-view Scala version support

addSbtPlugin("com.indoorvivants" % "sbt-doc-view" % "<VERSION>")

This will automatically add docViewStart/docViewStop tasks to all your projects.