Liking cljdoc? Tell your friends :D

monkey.ci.core

Core namespace for the Monkey CI app. This contains the entrypoint which processes the configuration. This configuration determines whether the application runs as a server, execute a single script, which type of runner is enabled, etc...

Core namespace for the Monkey CI app.  This contains the entrypoint which
processes the configuration.  This configuration determines whether the
application runs as a server, execute a single script, which type of runner
is enabled, etc...
raw docstring

-mainclj

(-main & args)

Main entry point for the application.

Main entry point for the application.
sourceraw docstring

make-cli-configclj

(make-cli-config {:keys [cmd-invoker env] :or {cmd-invoker system-invoker}})
source

system-invokerclj

(system-invoker {:keys [command app-mode runtime?] :as cmd :or {runtime? true}}
                env)

Creates a new runtime and invokes the command using the specified application mode. By default it uses the base system, but you can specify your own for testing purposes.

Creates a new runtime and invokes the command using the specified application 
mode.  By default it uses the base system, but you can specify your own for 
testing purposes.
sourceraw docstring

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