Created
August 6, 2019 10:02
-
-
Save Lakret/a91a6ee5f1f5015c5052abe8b8ce2532 to your computer and use it in GitHub Desktop.
Lein profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{:user {:plugins [[cider/cider-nrepl "0.20.0"] | |
[mvxcvi/whidbey "2.1.1"]] | |
:middleware [whidbey.plugin/repl-pprint] | |
:dependencies [[org.clojure/tools.nrepl "0.2.13"] | |
[cljfmt "0.5.7"] | |
[com.bhauman/rebel-readline-cljs "0.1.4"]] | |
:aliases {"rebl" ["trampoline" "run" "-m" "rebel-readline-cljs.main"]}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment