Liking cljdoc? Tell your friends :D

fr.jeremyschoffen.mbt.alpha.core.compilation.clojure

Api providing clojure compilation utilities.

Api providing clojure compilation utilities.
      
raw docstring

compile!clj

(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`.
sourceraw docstring

external-nssclj

(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]]
sourceraw docstring

jar-nssclj

(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]]
sourceraw docstring

project-nssclj

(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]]
sourceraw docstring

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

× close