Liking cljdoc? Tell your friends :D

hive-build.promote.manifest

Addon manifests as values. Pure.

A hive addon ships resources/META-INF/hive-addons/<id>.edn describing itself. The version in that file is the one an addon store reads, so it is derived from the coordinate being built rather than hand-maintained.

Addon manifests as values. Pure.

A hive addon ships resources/META-INF/hive-addons/<id>.edn describing
itself. The version in that file is the one an addon store reads, so it is
derived from the coordinate being built rather than hand-maintained.
raw docstring

manifest-dirclj

Classpath directory a hive addon manifest is discovered under.

Classpath directory a hive addon manifest is discovered under.
sourceraw docstring

manifest?clj

(manifest? path)

True when path is an addon manifest: an .edn file under META-INF/hive-addons.

True when `path` is an addon manifest: an .edn file under META-INF/hive-addons.
sourceraw docstring

manifestsclj

(manifests paths)

The addon manifests among paths, in the order given.

The addon manifests among `paths`, in the order given.
sourceraw docstring

stampclj

(stamp text version)

text (an addon manifest) with :addon/version set to version.

Returns nil when the text does not read as a map, so a resource that merely sits in the manifest directory is left alone instead of being replaced by something this function invented.

`text` (an addon manifest) with :addon/version set to `version`.

Returns nil when the text does not read as a map, so a resource that merely
sits in the manifest directory is left alone instead of being replaced by
something this function invented.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close