-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlein-profiles.clj
32 lines (27 loc) · 1.15 KB
/
lein-profiles.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{:user {:plugins [[lein-pprint "1.1.1"]
[com.gfredericks/lein-shorthand "0.4.1"]
[com.jakemccrary/lein-test-refresh "0.16.0"]
[lein-exec "0.3.7"]
[lein-cljfmt "0.8.0"]
[http-kit/lein-template "1.0.0-SNAPSHOT"]
; [venantius/ultra "0.5.1"]
]
:dependencies [
[alembic "0.3.2"]
[borkdude/jet "0.0.6"]
;; [pjstadig/humane-test-output "0.8.0"]
[slamhound "1.3.1"]
]
;; :injections [(require 'pjstadig.humane-test-output)
;; (pjstadig.humane-test-output/activate!)
;; ]
:aliases {"jet" ["run" "-m" "jet.main"]}
:shorthand {. {pp clojure.pprint/pprint
distill alembic.still/distill
lein alembic.still/lein
}}
:test-refresh {:notify-command ["notify-send"]
:quiet true
:changes-only true
}
}}