-
-
Notifications
You must be signed in to change notification settings - Fork 52
Getting started
Peter Taoussanis edited this page Feb 4, 2024
·
2 revisions
Add the relevant dependency to your project:
Leiningen: [com.taoensso/encore "x-y-z"] ; or
deps.edn: com.taoensso/encore {:mvn/version "x-y-z"}
And setup your namespace imports:
(ns my-app (:require [taoensso.encore :as enc]))
No further info available here, sorry!
Encore is intended mainly as a private dependency for my other libraries, or for advanced users who are comfortable reading the docstrings, source, and commit history for more info.