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 is a website building & hosting documentation for Clojure/Script libraries
× close