Liking cljdoc? Tell your friends :D

automaton-core.repl

REPL 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
REPL 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
raw docstring

add-packagesclj

(add-packages packages)

create-nrepl-filesclj

(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
raw docstring

default-middlewareclj

(default-middleware)

get-active-nrepl-portclj

(get-active-nrepl-port)

Retrieve the nrepl port, available for REPL

Retrieve the nrepl port, available for REPL
raw docstring

get-nrepl-port-parameterclj

(get-nrepl-port-parameter)

nrepl-port-filenameclj

Name of the .nrepl-port file

Name of the `.nrepl-port` file
raw docstring

replclj

Store the repl instance in the atom

Store the repl instance in the atom
raw docstring

start-replclj

(start-repl args mdws main-fn)

Start repl, setup and catch errors Params:

  • mdws List of middlewares
Start repl, setup and catch errors
Params:
* `mdws` List of middlewares
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close