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.
Classpath directory a hive addon manifest is discovered under.
Classpath directory a hive addon manifest is discovered under.
(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.
(manifests paths)The addon manifests among paths, in the order given.
The addon manifests among `paths`, in the order given.
(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.
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 |