Follow instructions on the Clojars page
On fn or defn append -input, -output, -io, -group or -group-io to wrap function to log stuff in the console
-(ns hello)
+(ns hello
+ (:use [debug.macro]))
-(defn my-function
+(defn-group-io my-function
[arg]
(do-stuff arg))
Check more on the documentation
Check the demo folder
rm --force pom.xml
export CLOJARS_USERNAME=username
export CLOJARS_PASSWORD=password
clj -M:release
Can you improve this documentation?Edit on GitLab
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |