REPL component. Could be used remotely to connect on production or locally to connect a development environment
Design decision:
automaton-core.repl
for enabling the repl for local acceptance and productionautomaton-core.configuration
, which means no log could be done before configuration is loadedREPL component. Could be used remotely to connect on production or locally to connect a development environment Design decision: * This REPL is available in `automaton-core.repl` for enabling the repl for local acceptance and production * This namespace rely on `automaton-core.configuration`, which means no log could be done before configuration is loaded
(create-nrepl-files repl-port)
Consider all deps.edn files as the root of a clojure project and creates a .nrepl-port file next to it
Consider all deps.edn files as the root of a clojure project and creates a .nrepl-port file next to it
(default-middleware)
(get-active-nrepl-port)
Retrieve the nrepl port, available for REPL
Retrieve the nrepl port, available for REPL
(get-nrepl-port-parameter)
(start-repl args mdws main-fn)
Start repl, setup and catch errors Params:
mdws
List of middlewaresStart repl, setup and catch errors Params: * `mdws` List of middlewares
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close