Liking cljdoc? Tell your friends :D

io.dominic.wedge.user

Functions commonly used from a user namespace. Recommended usage is like:

(ns user
  (:require [io.dominic.wedge.user :refer :all]))
Functions commonly used from a `user` namespace.  Recommended usage is like:
```
(ns user
  (:require [io.dominic.wedge.user :refer :all]))
```
raw docstring

devclj

(dev)

Call this to switch to the dev namespace.

Call this to switch to the dev namespace.
sourceraw docstring

exclude-libs-refreshclj

(exclude-libs-refresh & lib-names)

Exclude paths of lib-names from the tools.namespace refresh-dirs.

Exclude paths of lib-names from the tools.namespace refresh-dirs.
sourceraw docstring

fixed!clj

(fixed!)

If, for some reason, the Clojure code in the project fails to compile - we still bring up a REPL to help debug the problem. Once the problem has been resolved you can call this function to continue development.

If, for some reason, the Clojure code in the project fails to
compile - we still bring up a REPL to help debug the problem. Once
the problem has been resolved you can call this function to continue
development.
sourceraw docstring

refreshclj

source

refresh-allclj

source

reset-refresh-dirsclj

(reset-refresh-dirs)

Set refresh-dirs to their original value, undoing anything Wedge has done. Use this if you'd like to perform your own filtering.

Set refresh-dirs to their original value, undoing anything Wedge has done.
Use this if you'd like to perform your own filtering.
sourceraw docstring

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

× close