clj -Sdeps '{:deps {github-mfikes/a69c72e65330e92625bfa81d5501dad4 {:git/url "https://gist.github.com/mfikes/a69c72e65330e92625bfa81d5501dad4" :sha "700c681f61eae580be3f52181e15c221fa23b77c"}}}' -m cljs.main -re node -r
This sets you up to use Alex Miller's new add-lib
capability, hacked into a revision of ClojureScript.
Once the REPL is running, call add-lib
to dynamically require a Git Dep library (or a :mvn/version
, or a :local/root
dep):
cljs.user=> (require '[cljs.repl :refer [add-lib]])