Liking cljdoc? Tell your friends :D

build.simple.core

  1. Update project.edn
  2. clj -T:build install
  3. git commit --all --gpg-sign
  4. git tag --sign <v0.1.0>
  5. clj -T:build deploy (optional: :sign false, :check false)
1. Update project.edn
2. `clj -T:build install`
3. `git commit --all --gpg-sign`
4. `git tag --sign <v0.1.0>`
5. `clj -T:build deploy` (optional: `:sign false`, `:check false`)
raw docstring

!configclj

source

cleanclj

(clean {:keys [dir]})
source

deployclj

(deploy {:keys [sign check]})

Securely handles the Clojars credentials by prompting the user and passing them on to Maven via the environment. gpg-agent should be set up correctly as well (incl. a graphical pinentry interface) so that the signing key passphrase doesn't have to be cached, stored or provided to Maven in an insecure manner (or at all).

Securely handles the Clojars credentials by prompting the user and passing
them on to Maven via the environment. gpg-agent should be set up correctly as
well (incl. a graphical pinentry interface) so that the signing key passphrase
doesn't have to be cached, stored or provided to Maven in an insecure manner
(or at all).
sourceraw docstring

installclj

(install _)
source

jarclj

(jar _)
source

pomclj

(pom _)
source

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

× close