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
- Codox to generate also documentation for private functions.
- Codox: document map content once, for many functions and linking to that (like @see in JavaDocs)