Liking cljdoc? Tell your friends :D

monkey.ci.runtime.app

Functions for setting up a runtime for application (cli or server)

Functions for setting up a runtime for application (cli or server)
raw docstring

make-runner-systemclj

(make-runner-system config)

Given a runner configuration object, creates component system. When started, it contains a fully configured runtime component that can be used by the local runner. It's still up to the runner to execute all steps required for the build, typically those that can go wrong, like checking out the source from git, etc...

Given a runner configuration object, creates component system.  When started,
it contains a fully configured `runtime` component that can be used by the
local runner.  It's still up to the runner to execute all steps required for
the build, typically those that can go wrong, like checking out the source 
from git, etc...
sourceraw docstring

new-api-configclj

(new-api-config config)
source

new-api-serverclj

(new-api-server config)
source

new-paramsclj

(new-params config)
source

runtime?clj

source

with-runner-systemclj

(with-runner-system config f)
source

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

× close