Refactor project and add pkldoc
This commit is contained in:
parent
1c9add29fa
commit
6c75b0ab72
10 changed files with 36 additions and 10 deletions
13
emgauwa/doc-package-info.pkl
Normal file
13
emgauwa/doc-package-info.pkl
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/// Emgauwa is a project to manage the automated switching of relays.
|
||||
amends "pkl:DocPackageInfo"
|
||||
|
||||
name = "Emgauwa"
|
||||
version = "0.2.2"
|
||||
importUri = "https://emgauwa.app/"
|
||||
|
||||
sourceCode = "https://git.serguzim.me/emgauwa/pkl"
|
||||
sourceCodeUrlScheme = "\(sourceCode)/src/tag/v\(version)/lib%{path}#L%{line}"
|
||||
issueTracker = "https://git.serguzim.me/emgauwa/pkl/issues"
|
||||
authors {
|
||||
"tobias@msrg.cc"
|
||||
}
|
||||
Loading…
Reference in a new issue