We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7cae0f commit 124f512Copy full SHA for 124f512
src/main/scala/dev/atedeg/UbiquitousScaladocKeys.scala
@@ -0,0 +1,12 @@
1
+package dev.atedeg
2
+
3
+import sbt.*
4
5
+trait UbiquitousScaladocKeys {
6
+ val ubiquitousScaladoc: TaskKey[Unit] = taskKey[Unit]("Creating an Ubiquitous Language markdown table out of a Scaladoc html file")
7
8
+ val usSourceHtmlDir: SettingKey[File] = settingKey[File]("Source directory to generate ubiquitous language markdown table from")
9
10
+ val usTargetMarkdownDir: SettingKey[File] = settingKey[File]("Target directory to store generated ubiquitous language markdown table")
11
12
+}
0 commit comments