Liking cljdoc? Tell your friends :D

Duct REPL Refers Build Status

Integrant methods for adding functions to the user namespace. Used by Duct modules to add useful development functions to the REPL.

Installation

Add the following dependency to your deps.edn file:

org.duct-framework/repl.refers {:mvn/version "0.1.0"}

Or to your Leiningen project file:

[org.duct-framework/repl.refers "0.1.0"]

Usage

To use, add the :duct.repl/refers key to your configuration with a map of aliases to fully-qualified symbols. For example:

{:duct.repl/refers {trim clojure.string/trim}}

When the configuration is initiated, trim will be added to the user namespace. When the running system is halted, trim will be removed.

License

Copyright © 2024 James Reeves

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close