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] :as cmd} 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 is a website building & hosting documentation for Clojure/Script libraries

× close