Functions for setting up a runtime for application (cli or server)
Functions for setting up a runtime for application (cli or server)
(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...
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close