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])) ```
(dev)
Call this to switch to the dev namespace.
Call this to switch to the dev namespace.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close