Liking cljdoc? Tell your friends :D
Clojure only.

shade.core


shadeclj

(shade jar-file shaded-jar-file relocations)

Relocates namespaces in the jar-file according to the translations given in the relocations map ({"old.namespace" "new.namespace", ...}), saving the modified jar to the shaded-jar-file.

Relocates namespaces in the jar-file according to the translations given in
the relocations map ({"old.namespace" "new.namespace", ...}), saving
the modified jar to the shaded-jar-file.
sourceraw docstring

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

× close