(build-and-deploy! {:keys [target] :or {target :github} :as options})(deploy-clojars! {:keys [jar] :as options})(deploy-clojars-maven-package package)(deploy-file {:keys [group-id artifact repo-id repository-url jar-file pom]
:or {pom "pom.xml"
repo-id "github"
repository-url (str "https://maven.pkg.github.com/" group-id
"/" artifact)}})(deploy-github! {:keys [jar] :as options})(deploy-github-maven-package {:keys [group-id artifact repo-id repository-url
jar-file pom token version]
:as package})cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |