Liking cljdoc? Tell your friends :D

monkey.ci.local.console

Event handlers for displaying build progress on an xterm, which allows for more functionality than a dumb terminal. The event handlers are responsible to add information to the state, which is then used by the renderer to periodically write that information to screen.

Event handlers for displaying build progress on an xterm, which allows
for more functionality than a dumb terminal.  The event handlers are
responsible to add information to the state, which is then used by the
renderer to periodically write that information to screen.
raw docstring

build-endclj

(build-end ctx)
source

build-initclj

(build-init ctx)
source

build-startclj

(build-start ctx)
source

color-failureclj

source

color-successclj

source

color-whiteclj

source

color-yellowclj

source

complete?clj

source

console-rendererclj

(console-renderer src)

Creates a renderer function that invokes src to generate printable lines, which are then sent to the terminal.

Creates a renderer function that invokes `src` to generate printable lines,
which are then sent to the terminal.
sourceraw docstring

get-buildclj

source

get-jobsclj

source

in-whiteclj

source

in-yellowclj

source

job-endclj

(job-end {:keys [event] :as ctx})
source

job-initclj

(job-init ctx)
source

job-startclj

(job-start ctx)
source

(logo)
source

make-routesclj

(make-routes {:keys [state]})
source

pending?clj

(pending? {:keys [status]})
source

render-stateclj

(render-state {:keys [build jobs i]})

Converts state into printable lines, possibly using ansi control codes.

Converts state into printable lines, possibly using ansi control codes.
sourceraw docstring

result->stateclj

source

script-endclj

(script-end ctx)
source

script-startclj

(script-start ctx)
source

set-buildclj

(set-build state b)
source

set-jobsclj

(set-jobs state jobs)
source

update-buildclj

(update-build state f & args)
source

update-jobclj

(update-job state id f & args)
source

with-statecljmacro

(with-state [s ctx] & body)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close