Liking cljdoc? Tell your friends :D

c3kit.scaffold.cljs


-mainclj

(-main & args)

Compile clojure script and run specs. args can be empty or have the type of command: auto (default) - watch files and recompiling and re-running affected specs once - compile and run specs (if enabled) once spec - just run the specs (assums compilcation is already done)

Compile clojure script and run specs.
args can be empty or have the type of command:
  auto (default)  - watch files and recompiling and re-running affected specs
  once            - compile and run specs (if enabled) once
  spec            - just run the specs (assums compilcation is already done)
raw docstring

auto-runclj

(auto-run build-options)

build-configclj


build-reverse-depsclj

(build-reverse-deps deps)

find-updated-specsclj

(find-updated-specs rdeps deps)

ignore-consolesclj


ignore-errorsclj


ns-prefixclj


on-consoleclj

(on-console m)

on-dev-compiledclj

(on-dev-compiled)

on-errorclj

(on-error error)

project-ns?clj

(project-ns? ns)

rdeps-affected-byclj

(rdeps-affected-by rdeps updated)

run-envclj


run-specsclj

(run-specs auto?)

run-specs-autoclj

(run-specs-auto page)

run-specs-onceclj

(run-specs-once page)

spec-html-urlclj

(spec-html-url)

timestamp!clj

(timestamp!)
(timestamp! file)

timestamp-fileclj

(timestamp-file)

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

× close