Liking cljdoc? Tell your friends :D

Installation

Add it to your deps.edn or project.clj:

Clojure CLI

{:aliases
 {:test {:extra-deps {io.github.noahtheduke/lazytest {:mvn/version "2.1.0"}}
         :extra-paths ["test"]
         :main-opts ["-m" "lazytest.main"]}}}

Run with clojure clojure -M:test [args...].

Leiningen

Add this to project.clj:

:profiles {:dev {:dependencies [[io.github.noahtheduke/lazytest "2.1.0"]]}}
:aliases {"test" ["run" "-m" "lazytest.main"]}

Run with leiningen test [args...].

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close