Liking cljdoc? Tell your friends :D

com.stuartsierra.component.user-helpers

Helper functions to be referred into the 'user' namespace. These functions lazily load the tools.namespace and component.repl namespaces, to avoid delaying the start of a REPL.

Helper functions to be referred into the 'user' namespace. These
functions lazily load the tools.namespace and component.repl
namespaces, to avoid delaying the start of a REPL.
raw docstring

devclj

(dev)

Loads all source files and switches to the 'dev' namespace.

Loads all source files and switches to the 'dev' namespace.
sourceraw docstring

dev-ns-nameclj

The symbol name of the namespace used for interactive development.

The symbol name of the namespace used for interactive development.
sourceraw docstring

goclj

(go)

Loads all source files, starts the application running in development mode, and switches to the 'dev' namespace.

Loads all source files, starts the application running in
development mode, and switches to the 'dev' namespace.
sourceraw docstring

resetclj

(reset)

Alias for go to match the behavior of reset in the dev namespace.

Alias for `go` to match the behavior of `reset` in the `dev`
namespace.
sourceraw docstring

set-dev-nsclj

(set-dev-ns sym)

Specifies the symbol name of the namespace to be used for interactive development. The functions dev, go, and reset will switch to this namespace. Defaults to 'dev.

Specifies the symbol name of the namespace to be used for
interactive development. The functions `dev`, `go`, and `reset` will
switch to this namespace. Defaults to 'dev.
sourceraw docstring

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

× close