Skip to content

duct-framework/repl.refers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Integrant methods to add vars to the user namespace

Resources

License

Stars

Watchers

Forks

Packages

No packages published