Skip to content

Instantly share code, notes, and snippets.

@JamesTryand
Created February 13, 2019 00:34
Show Gist options
  • Save JamesTryand/3aaa9604df0bcaca5b77a0987ee92ad7 to your computer and use it in GitHub Desktop.
Save JamesTryand/3aaa9604df0bcaca5b77a0987ee92ad7 to your computer and use it in GitHub Desktop.
setup nrepl
{:user {:plugin-repositories [["private-plugins" {:url "private repo url"}]]
:dependencies [[pjstadig/humane-test-output "0.8.2"]]
:injections [(require 'pjstadig.humane-test-output)
(pjstadig.humane-test-output/activate!)]
:plugins [[io.sattvik/lein-ancient "0.6.11"]
[lein-pprint "1.1.2"]
[com.jakemccrary/lein-test-refresh "0.5.5"]
[lein-autoexpect "1.4.2"]
[jonase/eastwood "0.2.1"]
[lein-kibit "0.0.8"]]
:test-refresh {:notify-command ["terminal-notifier" "-title" "Tests" "-message"]}}}
@JamesTryand
Copy link
Author

JamesTryand commented Feb 13, 2019

lein new app thing
lein repl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment