Skip to content

Commit 124f512

Browse files
vitlindanicolasfara
authored andcommitted
feat: add plugin keys
1 parent a7cae0f commit 124f512

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)