GitHub - jastice/sbt-dash: Create Dash docsets for Scaladoc with sbt (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
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:
The result of the task is the File of the generated docset, which is placed as projectName.docset in the target/scala-<version>/ directory.