Tweaking of README, intro, and tests.
This commit is contained in:
parent
a377b3a845
commit
7bc8a845ab
5 changed files with 227 additions and 27 deletions
|
|
@ -1,10 +1,10 @@
|
|||
(defproject humidity "0.1.1-SNAPSHOT"
|
||||
:cloverage {:output "docs/cloverage"
|
||||
:cloverage {:output "docs/humidity/cloverage"
|
||||
:ns-exclude-regex [#"beowulf\.gendoc" #"beowulf\.scratch"]}
|
||||
:codox {:metadata {:doc "**TODO**: write docs"
|
||||
:doc/format :markdown}
|
||||
:output-path "docs/codox"
|
||||
:source-uri "https://github.com/simon-brooke/humidity/blob/master/{filepath}#L{line}"}
|
||||
:output-path "docs/humidity/"
|
||||
:source-uri "https://git.journeyman.cc/simon/humidity/src/branch/main/{filepath}#L{line}"}
|
||||
:dependencies [[org.clojure/clojure "1.12.5"]
|
||||
[io.github.nextjournal/clerk "0.18.1158"]]
|
||||
:deploy-repositories [["releases" :clojars]
|
||||
|
|
@ -18,4 +18,4 @@
|
|||
:plugins [[lein-ancient "1.0.0"]
|
||||
[lein-cloverage "1.2.2"]
|
||||
[lein-codox "0.10.8"]]
|
||||
:url "https://git.journeyman.cc/simon/humidity")
|
||||
:url "https://www.journeyman.cc/humidity/")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue