Api providing clojure compilation utilities.
Api providing clojure compilation utilities.
(compile!
{output-dir :fr.jeremyschoffen.mbt.alpha.compilation.clojure/output-dir
namespaces :fr.jeremyschoffen.mbt.alpha.compilation.clojure/namespaces})
Compile a list of namespaces provided under the key :compilation.clojure/namespaces
, the results are placed at the
location specified under the key :compilation.clojure/output-dir
.
Compile a list of namespaces provided under the key `:compilation.clojure/namespaces`, the results are placed at the location specified under the key `:compilation.clojure/output-dir`.
(external-nss {cp :fr.jeremyschoffen.mbt.alpha.classpath/index})
Use an indexed classpath to find all Clojure namespaces from src directories located outside the working directory. These would be namespaces from local deps or directly from a git repo.
See:
Use an indexed classpath to find all Clojure namespaces from src directories located outside the working directory. These would be namespaces from local deps or directly from a git repo. See: - [[fr.jeremyschoffen.mbt.alpha.core.classpath/indexed-classpath]]
(jar-nss {cp :fr.jeremyschoffen.mbt.alpha.classpath/index})
Use an indexed classpath to find all Clojure namespaces from jars.
See:
Use an indexed classpath to find all Clojure namespaces from jars. See: - [[fr.jeremyschoffen.mbt.alpha.core.classpath/indexed-classpath]]
(project-nss {cp :fr.jeremyschoffen.mbt.alpha.classpath/index})
Use an indexed classpath to find all Clojure namespaces from src directories located inside the working directory.
See:
Use an indexed classpath to find all Clojure namespaces from src directories located inside the working directory. See: - [[fr.jeremyschoffen.mbt.alpha.core.classpath/indexed-classpath]]
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close