(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"]}]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 |