Liking cljdoc? Tell your friends :D

leiningen.files-hash


files-hashclj

(files-hash {:keys [files-hash] :as project} & args)

Writes a SHA-256 Merkle tree of some file trees to a properties-file property.

Example configuration in project.clj:

:files-hash [{:properties-file "resources/versions.properties" :property-key "graph-hash" :paths ["src/de/otto/nav/graph" "src/de/otto/nav/feed"]}]

Writes a SHA-256 Merkle tree of some file trees to a properties-file property.

Example configuration in project.clj:

  :files-hash [{:properties-file "resources/versions.properties"
                :property-key "graph-hash"
                :paths ["src/de/otto/nav/graph"
                        "src/de/otto/nav/feed"]}]
sourceraw docstring

hash-pathsclj

(hash-paths paths)
source

hexclj

(hex bytes)
source

sha256hashcljmultimethod

source

type-keyclj

(type-key thing)
source

unhexclj

(unhex s)
source

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

× close