Skip to content

Commit

Permalink
feat(dev): add clj-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kkharji committed Dec 29, 2021
1 parent 625fa58 commit dbddfa9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions dev/src/user.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(ns user
(:require [clj-dev.core :as d]
[potemkin :as p]))

(p/import-vars [d start pause resume stop restart watch system config go, halt, reset, reset-all])
(d/init {})

3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
{:source-paths ["dev/src"]
:resource-paths ["dev/resources"]
:dependencies [[clj-http/clj-http "3.12.3"]
[ring/ring-mock "0.4.0"]]}}
[ring/ring-mock "0.4.0"]
[tami5/clj-dev "0.1.1"]]}}
:plugins [[cider/cider-nrepl "0.27.3"]])

0 comments on commit dbddfa9

Please sign in to comment.