Opinionated functions for building Monkey Projects libraries
Opinionated functions for building Monkey Projects libraries
(deploy {:keys [jar repository] :as opts})
Deploys the library to an external repo. If no repository is given,
it uses Clojars. Be sure to set CLOJARS_USERNAME
and CLOJARS_PASSWORD
in that case.
Deploys the library to an external repo. If no repository is given, it uses Clojars. Be sure to set `CLOJARS_USERNAME` and `CLOJARS_PASSWORD` in that case.
(install {:keys [jar lib] :as args})
Installs JAR locally
Installs JAR locally
(pom args)
Generates pom.xml file, with the given version
Generates pom.xml file, with the given version
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close