Liking cljdoc? Tell your friends :D

clj-commons

Development

Test

lein test

Build documentation

lein codox

Build

lein uberjar

Deploy to Clojars repository

lein deploy clojars

Run

With lein:

lein run ./src/test/resources/root

With built uberjar:

java -jar ./target/uberjar/clj-commons-1.0.0-SNAPSHOT-standalone.jar ./src/test/resources/root

TODO

  1. Codox to generate also documentation for private functions.
  2. Codox: document map content once, for many functions and linking to that (like @see in JavaDocs)

Can you improve this documentation? These fine people already did:
Imre Tabur & Imre T
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close