Created
August 31, 2021 11:18
-
-
Save mszajna/d2c1fccf049fd5ddfe3b94a6e46848b5 to your computer and use it in GitHub Desktop.
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
{:deps {org.clojure/tools.namespace {:mvn/version "0.2.11"}} | |
:aliases {:rebel {:extra-deps {com.bhauman/rebel-readline {:mvn/version "0.1.4"}} | |
:main-opts ["-m" "rebel-readline.main"]} | |
:rebels {:extra-deps {com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"} | |
org.clojure/clojurescript {:mvn/version "1.10.597"}} | |
:main-opts ["-m" "rebel-readline.cljs.main"]}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment