Liking cljdoc? Tell your friends :D

integrant-repl-autoreload

Simple integrant autoreloading using hawk, borrowed from duct

Installation

Clojars Project

[tggreene/integrant-repl-autoreload "0.1.0"]

Usage

Require in your dev (or user) namespace:

(ns dev
  (:require [integrant.repl :as igr]
            [integrant-repl-autoreload.core :as igr-auto]))

Run alongside integrant-repl:

(igr/set-prep! (some system prep))
(igr/go)
(igr-auto/start-auto-reset)
;; or
(igr-auto/start-auto-reset ["src" "resources"])

Switch back to manual reset:

(igr-auto/stop-auto-reset)

License

Copyright © 2021 Tim Greene

Distributed under the Eclipse Public License version 1.0.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close