Functions for creating a runtime for build scripts
Functions for creating a runtime for build scripts
(make-system config)
Given a script configuration object, creates component system. When started, it handles and posts events that execute the build script.
Given a script configuration object, creates component system. When started, it handles and posts events that execute the build script.
(run-script config)
Starts the script runtime using given configuration and runs the script jobs. Returns a deferred that will hold the script status and result on completion.
Starts the script runtime using given configuration and runs the script jobs. Returns a deferred that will hold the script status and result on completion.
(run-script! {:keys [config]})
Loads and runs the script jobs. Exits the process with a zero exit code on success.
Loads and runs the script jobs. Exits the process with a zero exit code on success.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close