Skip to content

1 Getting started

Peter Taoussanis edited this page Mar 16, 2023 · 8 revisions

Setup

Add the relevant dependency to your project:

Leiningen: [com.taoensso/tempel               "x-y-z"] ; or
deps.edn:   com.taoensso/tempel {:mvn/version "x-y-z"}

And setup your namespace imports:

(ns my-app (:require [taoensso.tempel :as tempel]))

Usage

Tempel is still in private testing, and not yet publicly available. Usage info will be added when the library is officially released ~Aug 2023.

Clone this wiki locally