jastice / sbt-dash   1.0

Apache License 2.0 GitHub

Create Dash docsets for Scaladoc with sbt

Scala versions: 2.10
sbt plugins: 0.13

Download Build Status

sbt-dash

Create Dash docsets for Scala API docs with sbt. To create docsets for manuals, have a look at scala-dash

Usage

This plugin only works under macOS with sbt 1.0.0+

Install the plugin in project/plugins.sbt:

addSbtPlugin("works.mesh" % "sbt-dash" % "1.0")

Generate Dash docset on the sbt shell:

> dashDocset

The result of the task is the File of the generated docset, which is placed as projectName.docset in the target/scala-<version>/ directory.